Color Hex Logo

#cd18ee Color Hex

#CD18EE
(205,24,238)
0 Favorites   0 Comments

Color spaces of #cd18ee

RGB 20524238
HSL0.810.860.51
HSV291°90°93°
CMYK 0.140.900.00   0.07
XYZ40.936119.805582.5542
Yxy19.80550.28570.1382
Hunter Lab44.503486.3110-78.8312
CIE-Lab51.616686.1440-65.7909

#cd18ee color RGB value is (205,24,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011000 11101110
Octal 315 30 356
Decimal 205 24 238
Hex CD 18 EE

RGB Percentages of Color #cd18ee

%43.90
%5.14
%50.96

CMYK Percentages of Color #cd18ee

%14
%90
%0
%7

Triadic Colors of #cd18ee

#cd18ee #eecd18 #18eecd

Analogous Colors of #cd18ee

#cd18ee #ee18a4 #6218ee

Monochromatic Colors of #cd18ee

#cd18ee

Complementary Color

#cd18ee #39ee18

#cd18ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd18ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd18ee Color CSS Codes

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

#cd18ee Text Font Color

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

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


#cd18ee Background Color

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

This div background color is #cd18ee


#cd18ee Border Color

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

This div border color is #cd18ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,24,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 #cd18ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd18ee


Comments

No comments written yet.

Please login to write comment.