Color Hex Logo

#c818be Color Hex

#C818BE
(200,24,190)
0 Favorites   0 Comments

Color spaces of #c818be

RGB 20024190
HSL0.840.790.44
HSV303°88°78°
CMYK 0.000.880.05   0.22
XYZ33.440316.650350.1665
Yxy16.65030.33350.1661
Hunter Lab40.804874.8758-44.3294
CIE-Lab47.816477.9072-44.4431

#c818be color RGB value is (200,24,190).

#c818be hex color red value is 200, green value is 24 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c818be hue: 0.84 , saturation: 0.79 and the lightness value of c818be is 0.44.

The process color (four color CMYK) of #c818be color hex is 0.00, 0.88, 0.05, 0.22. Web safe color of #c818be is #cc00cc. Color #c818be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011000 10111110
Octal 310 30 276
Decimal 200 24 190
Hex C8 18 BE

RGB Percentages of Color #c818be

%48.31
%5.80
%45.89

CMYK Percentages of Color #c818be

%0
%88
%5
%22

Triadic Colors of #c818be

#c818be #bec818 #18bec8

Analogous Colors of #c818be

#c818be #c81866 #7a18c8

Monochromatic Colors of #c818be

#c818be

Complementary Color

#c818be #18c822

#c818be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c818be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c818be Color CSS Codes

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

#c818be Text Font Color

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

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


#c818be Background Color

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

This div background color is #c818be


#c818be Border Color

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

This div border color is #c818be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c818be


Comments

No comments written yet.

Please login to write comment.