Color Hex Logo

#c807bb Color Hex

#C807BB
(200,7,187)
0 Favorites   0 Comments

Color spaces of #c807bb

RGB 2007187
HSL0.840.930.41
HSV304°97°78°
CMYK 0.000.970.07   0.22
XYZ32.865016.019248.3735
Yxy16.01920.33790.1647
Hunter Lab40.024076.5302-43.6418
CIE-Lab46.999779.3915-43.9885

#c807bb color RGB value is (200,7,187).

#c807bb hex color red value is 200, green value is 7 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c807bb hue: 0.84 , saturation: 0.93 and the lightness value of c807bb is 0.41.

The process color (four color CMYK) of #c807bb color hex is 0.00, 0.97, 0.07, 0.22. Web safe color of #c807bb is #cc00cc. Color #c807bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000111 10111011
Octal 310 7 273
Decimal 200 7 187
Hex C8 7 BB

RGB Percentages of Color #c807bb

%50.76
%1.78
%47.46

CMYK Percentages of Color #c807bb

%0
%97
%7
%22

Triadic Colors of #c807bb

#c807bb #bbc807 #07bbc8

Analogous Colors of #c807bb

#c807bb #c8075a #7507c8

Monochromatic Colors of #c807bb

#c807bb

Complementary Color

#c807bb #07c814

#c807bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c807bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c807bb Color CSS Codes

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

#c807bb Text Font Color

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

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


#c807bb Background Color

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

This div background color is #c807bb


#c807bb Border Color

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

This div border color is #c807bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c807bb


Comments

No comments written yet.

Please login to write comment.