Color Hex Logo

#c652bb Color Hex

#C652BB
(198,82,187)
0 Favorites   0 Comments

Color spaces of #c652bb

RGB 19882187
HSL0.850.500.55
HSV306°59°78°
CMYK 0.000.590.06   0.22
XYZ35.275621.628249.3291
Yxy21.62820.33210.2036
Hunter Lab46.506154.0092-30.3347
CIE-Lab53.630359.1900-33.5548

#c652bb color RGB value is (198,82,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 10111011
Octal 306 122 273
Decimal 198 82 187
Hex C6 52 BB

RGB Percentages of Color #c652bb

%42.40
%17.56
%40.04

CMYK Percentages of Color #c652bb

%0
%59
%6
%22

Triadic Colors of #c652bb

#c652bb #bbc652 #52bbc6

Analogous Colors of #c652bb

#c652bb #c65281 #9752c6

Monochromatic Colors of #c652bb

#c652bb

Complementary Color

#c652bb #52c65d

#c652bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c652bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c652bb Color CSS Codes

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

#c652bb Text Font Color

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

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


#c652bb Background Color

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

This div background color is #c652bb


#c652bb Border Color

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

This div border color is #c652bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c652bb


Comments

No comments written yet.

Please login to write comment.