Color Hex Logo

#c075ab Color Hex

#C075AB
(192,117,171)
0 Favorites   0 Comments

Color spaces of #c075ab

RGB 192117171
HSL0.880.370.61
HSV317°39°75°
CMYK 0.000.390.11   0.25
XYZ35.450226.869341.8459
Yxy26.86930.34030.2579
Hunter Lab51.835631.3633-11.5788
CIE-Lab58.853237.2695-16.3528

#c075ab color RGB value is (192,117,171).

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

The process color (four color CMYK) of #c075ab color hex is 0.00, 0.39, 0.11, 0.25. Web safe color of #c075ab is #cc6699. Color #c075ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110101 10101011
Octal 300 165 253
Decimal 192 117 171
Hex C0 75 AB

RGB Percentages of Color #c075ab

%40.00
%24.38
%35.63

CMYK Percentages of Color #c075ab

%0
%39
%11
%25

Triadic Colors of #c075ab

#c075ab #abc075 #75abc0

Analogous Colors of #c075ab

#c075ab #c07586 #b075c0

Monochromatic Colors of #c075ab

#c075ab

Complementary Color

#c075ab #75c08a

#c075ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c075ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c075ab Color CSS Codes

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

#c075ab Text Font Color

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

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


#c075ab Background Color

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

This div background color is #c075ab


#c075ab Border Color

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

This div border color is #c075ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c075ab


Comments

No comments written yet.

Please login to write comment.