Color Hex Logo

#c652ba Color Hex

#C652BA
(198,82,186)
0 Favorites   0 Comments

Color spaces of #c652ba

RGB 19882186
HSL0.850.500.55
HSV306°59°78°
CMYK 0.000.590.06   0.22
XYZ35.168921.585548.7672
Yxy21.58550.33330.2046
Hunter Lab46.460253.8135-29.7119
CIE-Lab53.584459.0250-33.0484

#c652ba color RGB value is (198,82,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 10111010
Octal 306 122 272
Decimal 198 82 186
Hex C6 52 BA

RGB Percentages of Color #c652ba

%42.49
%17.60
%39.91

CMYK Percentages of Color #c652ba

%0
%59
%6
%22

Triadic Colors of #c652ba

#c652ba #bac652 #52bac6

Analogous Colors of #c652ba

#c652ba #c65280 #9852c6

Monochromatic Colors of #c652ba

#c652ba

Complementary Color

#c652ba #52c65e

#c652ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c652ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c652ba Color CSS Codes

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

#c652ba Text Font Color

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

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


#c652ba Background Color

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

This div background color is #c652ba


#c652ba Border Color

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

This div border color is #c652ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,82,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c652ba


Comments

No comments written yet.

Please login to write comment.