Color Hex Logo

#c6226b Color Hex

#C6226B
(198,34,107)
0 Favorites   0 Comments

Color spaces of #c6226b

RGB 19834107
HSL0.930.710.45
HSV333°83°78°
CMYK 0.000.830.46   0.22
XYZ26.514614.211415.2555
Yxy14.21140.47360.2539
Hunter Lab37.698059.57512.3953
CIE-Lab44.534665.77740.4931

#c6226b color RGB value is (198,34,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100010 01101011
Octal 306 42 153
Decimal 198 34 107
Hex C6 22 6B

RGB Percentages of Color #c6226b

%58.41
%10.03
%31.56

CMYK Percentages of Color #c6226b

%0
%83
%46
%22

Triadic Colors of #c6226b

#c6226b #6bc622 #226bc6

Analogous Colors of #c6226b

#c6226b #c62b22 #c622bd

Monochromatic Colors of #c6226b

#c6226b

Complementary Color

#c6226b #22c67d

#c6226b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6226b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6226b Color CSS Codes

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

#c6226b Text Font Color

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

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


#c6226b Background Color

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

This div background color is #c6226b


#c6226b Border Color

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

This div border color is #c6226b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6226b


Comments

No comments written yet.

Please login to write comment.