Color Hex Logo

#c652c3 Color Hex

#C652C3
(198,82,195)
0 Favorites   0 Comments

Color spaces of #c652c3

RGB 19882195
HSL0.840.500.55
HSV302°59°78°
CMYK 0.000.590.02   0.22
XYZ36.156321.980553.9668
Yxy21.98050.32250.1961
Hunter Lab46.883455.6127-35.4296
CIE-Lab54.006360.5349-37.5769

#c652c3 color RGB value is (198,82,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 11000011
Octal 306 122 303
Decimal 198 82 195
Hex C6 52 C3

RGB Percentages of Color #c652c3

%41.68
%17.26
%41.05

CMYK Percentages of Color #c652c3

%0
%59
%2
%22

Triadic Colors of #c652c3

#c652c3 #c3c652 #52c3c6

Analogous Colors of #c652c3

#c652c3 #c65289 #8f52c6

Monochromatic Colors of #c652c3

#c652c3

Complementary Color

#c652c3 #52c655

#c652c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c652c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c652c3 Color CSS Codes

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

#c652c3 Text Font Color

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

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


#c652c3 Background Color

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

This div background color is #c652c3


#c652c3 Border Color

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

This div border color is #c652c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c652c3


Comments

No comments written yet.

Please login to write comment.