Color Hex Logo

#c6216b Color Hex

#C6216B
(198,33,107)
0 Favorites   0 Comments

Color spaces of #c6216b

RGB 19833107
HSL0.930.710.45
HSV333°83°78°
CMYK 0.000.830.46   0.22
XYZ26.486414.155015.2461
Yxy14.15500.47390.2533
Hunter Lab37.623159.82222.3100
CIE-Lab44.454466.00710.3762

#c6216b color RGB value is (198,33,107).

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

The process color (four color CMYK) of #c6216b color hex is 0.00, 0.83, 0.46, 0.22. Web safe color of #c6216b is #cc3366. Color #c6216b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100001 01101011
Octal 306 41 153
Decimal 198 33 107
Hex C6 21 6B

RGB Percentages of Color #c6216b

%58.58
%9.76
%31.66

CMYK Percentages of Color #c6216b

%0
%83
%46
%22

Triadic Colors of #c6216b

#c6216b #6bc621 #216bc6

Analogous Colors of #c6216b

#c6216b #c62a21 #c621be

Monochromatic Colors of #c6216b

#c6216b

Complementary Color

#c6216b #21c67c

#c6216b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6216b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6216b Color CSS Codes

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

#c6216b Text Font Color

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

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


#c6216b Background Color

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

This div background color is #c6216b


#c6216b Border Color

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

This div border color is #c6216b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6216b


Comments

No comments written yet.

Please login to write comment.