Color Hex Logo

#c075bb Color Hex

#C075BB
(192,117,187)
0 Favorites   0 Comments

Color spaces of #c075bb

RGB 192117187
HSL0.840.370.61
HSV304°39°75°
CMYK 0.000.390.03   0.25
XYZ37.069227.516950.3712
Yxy27.51690.32250.2394
Hunter Lab52.456634.3407-20.2134
CIE-Lab59.449840.0956-24.5954

#c075bb color RGB value is (192,117,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110101 10111011
Octal 300 165 273
Decimal 192 117 187
Hex C0 75 BB

RGB Percentages of Color #c075bb

%38.71
%23.59
%37.70

CMYK Percentages of Color #c075bb

%0
%39
%3
%25

Triadic Colors of #c075bb

#c075bb #bbc075 #75bbc0

Analogous Colors of #c075bb

#c075bb #c07596 #a075c0

Monochromatic Colors of #c075bb

#c075bb

Complementary Color

#c075bb #75c07a

#c075bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c075bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c075bb Color CSS Codes

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

#c075bb Text Font Color

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

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


#c075bb Background Color

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

This div background color is #c075bb


#c075bb Border Color

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

This div border color is #c075bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c075bb


Comments

No comments written yet.

Please login to write comment.