Color Hex Logo

#c65cbb Color Hex

#C65CBB
(198,92,187)
0 Favorites   0 Comments

Color spaces of #c65cbb

RGB 19892187
HSL0.850.480.57
HSV306°54°78°
CMYK 0.000.540.06   0.22
XYZ36.085523.247949.5991
Yxy23.24790.33130.2134
Hunter Lab48.216149.2134-27.2394
CIE-Lab55.326854.6067-30.9096

#c65cbb color RGB value is (198,92,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011100 10111011
Octal 306 134 273
Decimal 198 92 187
Hex C6 5C BB

RGB Percentages of Color #c65cbb

%41.51
%19.29
%39.20

CMYK Percentages of Color #c65cbb

%0
%54
%6
%22

Triadic Colors of #c65cbb

#c65cbb #bbc65c #5cbbc6

Analogous Colors of #c65cbb

#c65cbb #c65c86 #9c5cc6

Monochromatic Colors of #c65cbb

#c65cbb

Complementary Color

#c65cbb #5cc667

#c65cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65cbb Color CSS Codes

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

#c65cbb Text Font Color

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

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


#c65cbb Background Color

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

This div background color is #c65cbb


#c65cbb Border Color

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

This div border color is #c65cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65cbb


Comments

No comments written yet.

Please login to write comment.