Color Hex Logo

#c070bb Color Hex

#C070BB
(192,112,187)
0 Favorites   0 Comments

Color spaces of #c070bb

RGB 192112187
HSL0.840.390.60
HSV304°42°75°
CMYK 0.000.420.03   0.25
XYZ36.502026.382750.1822
Yxy26.38270.32280.2333
Hunter Lab51.364136.9642-21.9709
CIE-Lab58.398542.7539-26.2141

#c070bb color RGB value is (192,112,187).

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

The process color (four color CMYK) of #c070bb color hex is 0.00, 0.42, 0.03, 0.25. Web safe color of #c070bb is #cc66cc. Color #c070bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 10111011
Octal 300 160 273
Decimal 192 112 187
Hex C0 70 BB

RGB Percentages of Color #c070bb

%39.10
%22.81
%38.09

CMYK Percentages of Color #c070bb

%0
%42
%3
%25

Triadic Colors of #c070bb

#c070bb #bbc070 #70bbc0

Analogous Colors of #c070bb

#c070bb #c07093 #9d70c0

Monochromatic Colors of #c070bb

#c070bb

Complementary Color

#c070bb #70c075

#c070bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c070bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c070bb Color CSS Codes

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

#c070bb Text Font Color

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

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


#c070bb Background Color

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

This div background color is #c070bb


#c070bb Border Color

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

This div border color is #c070bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c070bb


Comments

No comments written yet.

Please login to write comment.