Color Hex Logo

#c75cbc Color Hex

#C75CBC
(199,92,188)
0 Favorites   0 Comments

Color spaces of #c75cbc

RGB 19992188
HSL0.850.490.57
HSV306°54°78°
CMYK 0.000.540.06   0.22
XYZ36.457423.427250.1773
Yxy23.42720.33120.2129
Hunter Lab48.401749.7480-27.5839
CIE-Lab55.509755.0578-31.1899

#c75cbc color RGB value is (199,92,188).

#c75cbc hex color red value is 199, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c75cbc hue: 0.85 , saturation: 0.49 and the lightness value of c75cbc is 0.57.

The process color (four color CMYK) of #c75cbc color hex is 0.00, 0.54, 0.06, 0.22. Web safe color of #c75cbc is #cc66cc. Color #c75cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011100 10111100
Octal 307 134 274
Decimal 199 92 188
Hex C7 5C BC

RGB Percentages of Color #c75cbc

%41.54
%19.21
%39.25

CMYK Percentages of Color #c75cbc

%0
%54
%6
%22

Triadic Colors of #c75cbc

#c75cbc #bcc75c #5cbcc7

Analogous Colors of #c75cbc

#c75cbc #c75c87 #9d5cc7

Monochromatic Colors of #c75cbc

#c75cbc

Complementary Color

#c75cbc #5cc767

#c75cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75cbc Color CSS Codes

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

#c75cbc Text Font Color

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

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


#c75cbc Background Color

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

This div background color is #c75cbc


#c75cbc Border Color

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

This div border color is #c75cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,92,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c75cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c75cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #c75cbc;
  box-shadow:         1px 1px 3px 2px #c75cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,92,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75cbc


Comments

No comments written yet.

Please login to write comment.