Color Hex Logo

#cd18ea Color Hex

#CD18EA
(205,24,234)
0 Favorites   0 Comments

Color spaces of #cd18ea

RGB 20524234
HSL0.810.830.51
HSV292°90°92°
CMYK 0.120.900.00   0.08
XYZ40.354819.572979.4929
Yxy19.57290.28940.1404
Hunter Lab44.241385.3971-75.5636
CIE-Lab51.350885.4936-63.9664

#cd18ea color RGB value is (205,24,234).

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

The process color (four color CMYK) of #cd18ea color hex is 0.12, 0.90, 0.00, 0.08. Web safe color of #cd18ea is #cc00ff. Color #cd18ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011000 11101010
Octal 315 30 352
Decimal 205 24 234
Hex CD 18 EA

RGB Percentages of Color #cd18ea

%44.28
%5.18
%50.54

CMYK Percentages of Color #cd18ea

%12
%90
%0
%8

Triadic Colors of #cd18ea

#cd18ea #eacd18 #18eacd

Analogous Colors of #cd18ea

#cd18ea #ea189e #6418ea

Monochromatic Colors of #cd18ea

#cd18ea

Complementary Color

#cd18ea #35ea18

#cd18ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd18ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd18ea Color CSS Codes

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

#cd18ea Text Font Color

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

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


#cd18ea Background Color

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

This div background color is #cd18ea


#cd18ea Border Color

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

This div border color is #cd18ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd18ea


Comments

No comments written yet.

Please login to write comment.