Color Hex Logo

#c0709b Color Hex

#C0709B
(192,112,155)
0 Favorites   0 Comments

Color spaces of #c0709b

RGB 192112155
HSL0.910.390.60
HSV328°42°75°
CMYK 0.000.420.19   0.25
XYZ33.448825.161434.1040
Yxy25.16140.36080.2714
Hunter Lab50.161131.2466-5.1978
CIE-Lab57.232337.3509-9.5619

#c0709b color RGB value is (192,112,155).

#c0709b hex color red value is 192, green value is 112 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c0709b hue: 0.91 , saturation: 0.39 and the lightness value of c0709b is 0.60.

The process color (four color CMYK) of #c0709b color hex is 0.00, 0.42, 0.19, 0.25. Web safe color of #c0709b is #cc6699. Color #c0709b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 10011011
Octal 300 160 233
Decimal 192 112 155
Hex C0 70 9B

RGB Percentages of Color #c0709b

%41.83
%24.40
%33.77

CMYK Percentages of Color #c0709b

%0
%42
%19
%25

Triadic Colors of #c0709b

#c0709b #9bc070 #709bc0

Analogous Colors of #c0709b

#c0709b #c07073 #bd70c0

Monochromatic Colors of #c0709b

#c0709b

Complementary Color

#c0709b #70c095

#c0709b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0709b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0709b Color CSS Codes

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

#c0709b Text Font Color

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

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


#c0709b Background Color

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

This div background color is #c0709b


#c0709b Border Color

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

This div border color is #c0709b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,112,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0709b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0709b;
  -webkit-box-shadow: 1px 1px 3px 2px #c0709b;
  box-shadow:         1px 1px 3px 2px #c0709b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,112,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0709b


Comments

No comments written yet.

Please login to write comment.