Color Hex Logo

#cd18ed Color Hex

#CD18ED
(205,24,237)
0 Favorites   0 Comments

Color spaces of #cd18ed

RGB 20524237
HSL0.810.860.51
HSV291°90°93°
CMYK 0.140.900.00   0.07
XYZ40.789519.746881.7824
Yxy19.74680.28660.1388
Hunter Lab44.437486.0815-78.0110
CIE-Lab51.549785.9809-65.3361

#cd18ed color RGB value is (205,24,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011000 11101101
Octal 315 30 355
Decimal 205 24 237
Hex CD 18 ED

RGB Percentages of Color #cd18ed

%43.99
%5.15
%50.86

CMYK Percentages of Color #cd18ed

%14
%90
%0
%7

Triadic Colors of #cd18ed

#cd18ed #edcd18 #18edcd

Analogous Colors of #cd18ed

#cd18ed #ed18a3 #6218ed

Monochromatic Colors of #cd18ed

#cd18ed

Complementary Color

#cd18ed #38ed18

#cd18ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd18ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd18ed Color CSS Codes

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

#cd18ed Text Font Color

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

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


#cd18ed Background Color

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

This div background color is #cd18ed


#cd18ed Border Color

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

This div border color is #cd18ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd18ed


Comments

No comments written yet.

Please login to write comment.