Color Hex Logo

#c65cbe Color Hex

#C65CBE
(198,92,190)
0 Favorites   0 Comments

Color spaces of #c65cbe

RGB 19892190
HSL0.850.480.57
HSV305°54°78°
CMYK 0.000.540.04   0.22
XYZ36.410123.377851.3085
Yxy23.37780.32770.2104
Hunter Lab48.350649.8047-29.0717
CIE-Lab55.459455.1174-32.4289

#c65cbe color RGB value is (198,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011100 10111110
Octal 306 134 276
Decimal 198 92 190
Hex C6 5C BE

RGB Percentages of Color #c65cbe

%41.25
%19.17
%39.58

CMYK Percentages of Color #c65cbe

%0
%54
%4
%22

Triadic Colors of #c65cbe

#c65cbe #bec65c #5cbec6

Analogous Colors of #c65cbe

#c65cbe #c65c89 #995cc6

Monochromatic Colors of #c65cbe

#c65cbe

Complementary Color

#c65cbe #5cc664

#c65cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65cbe Color CSS Codes

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

#c65cbe Text Font Color

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

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


#c65cbe Background Color

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

This div background color is #c65cbe


#c65cbe Border Color

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

This div border color is #c65cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65cbe


Comments

No comments written yet.

Please login to write comment.