Color Hex Logo

#c8216b Color Hex

#C8216B
(200,33,107)
0 Favorites   0 Comments

Color spaces of #c8216b

RGB 20033107
HSL0.930.720.46
HSV333°84°78°
CMYK 0.000.840.47   0.22
XYZ27.017114.428615.2710
Yxy14.42860.47640.2544
Hunter Lab37.985060.48572.7533
CIE-Lab44.841466.50580.9870

#c8216b color RGB value is (200,33,107).

#c8216b hex color red value is 200, green value is 33 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c8216b hue: 0.93 , saturation: 0.72 and the lightness value of c8216b is 0.46.

The process color (four color CMYK) of #c8216b color hex is 0.00, 0.84, 0.47, 0.22. Web safe color of #c8216b is #cc3366. Color #c8216b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 01101011
Octal 310 41 153
Decimal 200 33 107
Hex C8 21 6B

RGB Percentages of Color #c8216b

%58.82
%9.71
%31.47

CMYK Percentages of Color #c8216b

%0
%84
%47
%22

Triadic Colors of #c8216b

#c8216b #6bc821 #216bc8

Analogous Colors of #c8216b

#c8216b #c82b21 #c821bf

Monochromatic Colors of #c8216b

#c8216b

Complementary Color

#c8216b #21c87e

#c8216b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8216b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8216b Color CSS Codes

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

#c8216b Text Font Color

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

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


#c8216b Background Color

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

This div background color is #c8216b


#c8216b Border Color

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

This div border color is #c8216b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8216b


Comments

No comments written yet.

Please login to write comment.