Color Hex Logo

#cd13ee Color Hex

#CD13EE
(205,19,238)
0 Favorites   0 Comments

Color spaces of #cd13ee

RGB 20519238
HSL0.810.870.50
HSV291°92°93°
CMYK 0.140.920.00   0.07
XYZ40.842319.617982.5229
Yxy19.61790.28560.1372
Hunter Lab44.292187.0859-79.4618
CIE-Lab51.402486.7785-66.1371

#cd13ee color RGB value is (205,19,238).

#cd13ee hex color red value is 205, green value is 19 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cd13ee hue: 0.81 , saturation: 0.87 and the lightness value of cd13ee is 0.50.

The process color (four color CMYK) of #cd13ee color hex is 0.14, 0.92, 0.00, 0.07. Web safe color of #cd13ee is #cc00ff. Color #cd13ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010011 11101110
Octal 315 23 356
Decimal 205 19 238
Hex CD 13 EE

RGB Percentages of Color #cd13ee

%44.37
%4.11
%51.52

CMYK Percentages of Color #cd13ee

%14
%92
%0
%7

Triadic Colors of #cd13ee

#cd13ee #eecd13 #13eecd

Analogous Colors of #cd13ee

#cd13ee #ee13a2 #6013ee

Monochromatic Colors of #cd13ee

#cd13ee

Complementary Color

#cd13ee #34ee13

#cd13ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd13ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd13ee Color CSS Codes

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

#cd13ee Text Font Color

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

This sample text font color is #cd13ee
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.


#cd13ee Background Color

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

This div background color is #cd13ee


#cd13ee Border Color

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

This div border color is #cd13ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,19,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd13ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd13ee;
  -webkit-box-shadow: 1px 1px 3px 2px #cd13ee;
  box-shadow:         1px 1px 3px 2px #cd13ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,19,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd13ee


Comments

No comments written yet.

Please login to write comment.