color codes Logo

#d55fef color codes

#D55FEF
(213,95,239)
0 Favorites   0 Comments

Color spaces of #d55fef

RGB 21395239
HSL0.800.820.65
HSV289°60°94°
CMYK 0.110.600.00   0.06
XYZ47.112828.562584.6914
Yxy28.56250.29380.1781
Hunter Lab53.443963.8276-56.5449
CIE-Lab60.393666.4212-52.2186

#d55fef color RGB value is (213,95,239).

#d55fef hex color red value is 213, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d55fef hue: 0.80 , saturation: 0.82 and the lightness value of d55fef is 0.65.

The process color (four color CMYK) of #d55fef color code is 0.11, 0.60, 0.00, 0.06. Web safe color of #d55fef is #cc66ff. Color #d55fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011111 11101111
Octal 325 137 357
Decimal 213 95 239
Hex D5 5F EF

RGB Percentages of Color #d55fef

%38.94
%17.37
%43.69

CMYK Percentages of Color #d55fef

%11
%60
%0
%6

Triadic Colors of #d55fef

#d55fef #efd55f #5fefd5

Analogous Colors of #d55fef

#d55fef #ef5fc1 #8d5fef

Monochromatic Colors of #d55fef

#d55fef

Complementary Color

#d55fef #79ef5f

#d55fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55fef Color CSS Codes

.mybgcolor {background-color:#d55fef; } 
.myforecolor {color:#d55fef; }
.mybordercolor {border:3px solid #d55fef; }

#d55fef Text Font Color

<p style="color:#d55fef">Text here</p>

This sample text font color is #d55fef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d55fef Background Color

<div style="background-color:#d55fef">
Div content here</div>

This div background color is #d55fef


#d55fef Border Color

<div style="border:3px solid #d55fef">
Div here</div>

This div border color is #d55fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,95,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d55fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d55fef;
  -webkit-box-shadow: 1px 1px 3px 2px #d55fef;
  box-shadow:         1px 1px 3px 2px #d55fef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,95,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d55fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d55fef;
  -webkit-box-shadow: 1px 1px 3px 2px #d55fef;
  box-shadow:         1px 1px 3px 2px #d55fef;">
Div content here</div>

This div box has shadow with color #d55fef


Comments

No comments written yet.

Please login to write comment.