Color Hex Logo

#c652b6 Color Hex

#C652B6
(198,82,182)
0 Favorites   0 Comments

Color spaces of #c652b6

RGB 19882182
HSL0.860.500.55
HSV308°59°78°
CMYK 0.000.590.08   0.22
XYZ34.749521.417846.5585
Yxy21.41780.33830.2085
Hunter Lab46.279453.0403-27.2520
CIE-Lab53.403858.3712-31.0140

#c652b6 color RGB value is (198,82,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 10110110
Octal 306 122 266
Decimal 198 82 182
Hex C6 52 B6

RGB Percentages of Color #c652b6

%42.86
%17.75
%39.39

CMYK Percentages of Color #c652b6

%0
%59
%8
%22

Triadic Colors of #c652b6

#c652b6 #b6c652 #52b6c6

Analogous Colors of #c652b6

#c652b6 #c6527c #9c52c6

Monochromatic Colors of #c652b6

#c652b6

Complementary Color

#c652b6 #52c662

#c652b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c652b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c652b6 Color CSS Codes

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

#c652b6 Text Font Color

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

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


#c652b6 Background Color

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

This div background color is #c652b6


#c652b6 Border Color

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

This div border color is #c652b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c652b6


Comments

No comments written yet.

Please login to write comment.