Color Hex Logo

#c75cbe Color Hex

#C75CBE
(199,92,190)
0 Favorites   0 Comments

Color spaces of #c75cbe

RGB 19992190
HSL0.850.490.57
HSV305°54°78°
CMYK 0.000.540.05   0.22
XYZ36.674623.514151.3209
Yxy23.51410.32890.2109
Hunter Lab48.491350.1419-28.8057
CIE-Lab55.598055.3972-32.2024

#c75cbe color RGB value is (199,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011100 10111110
Octal 307 134 276
Decimal 199 92 190
Hex C7 5C BE

RGB Percentages of Color #c75cbe

%41.37
%19.13
%39.50

CMYK Percentages of Color #c75cbe

%0
%54
%5
%22

Triadic Colors of #c75cbe

#c75cbe #bec75c #5cbec7

Analogous Colors of #c75cbe

#c75cbe #c75c89 #9b5cc7

Monochromatic Colors of #c75cbe

#c75cbe

Complementary Color

#c75cbe #5cc765

#c75cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75cbe Color CSS Codes

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

#c75cbe Text Font Color

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

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


#c75cbe Background Color

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

This div background color is #c75cbe


#c75cbe Border Color

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

This div border color is #c75cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75cbe


Comments

No comments written yet.

Please login to write comment.