Color Hex Logo

#c818ed Color Hex

#C818ED
(200,24,237)
0 Favorites   0 Comments

Color spaces of #c818ed

RGB 20024237
HSL0.800.860.51
HSV290°90°93°
CMYK 0.160.900.00   0.07
XYZ39.432119.047181.7189
Yxy19.04710.28130.1359
Hunter Lab43.643084.9022-80.4669
CIE-Lab50.742385.2305-66.6812

#c818ed color RGB value is (200,24,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011000 11101101
Octal 310 30 355
Decimal 200 24 237
Hex C8 18 ED

RGB Percentages of Color #c818ed

%43.38
%5.21
%51.41

CMYK Percentages of Color #c818ed

%16
%90
%0
%7

Triadic Colors of #c818ed

#c818ed #edc818 #18edc8

Analogous Colors of #c818ed

#c818ed #ed18a8 #5d18ed

Monochromatic Colors of #c818ed

#c818ed

Complementary Color

#c818ed #3ded18

#c818ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c818ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c818ed Color CSS Codes

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

#c818ed Text Font Color

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

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


#c818ed Background Color

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

This div background color is #c818ed


#c818ed Border Color

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

This div border color is #c818ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c818ed


Comments

No comments written yet.

Please login to write comment.