Color Hex Logo

#c652dc Color Hex

#C652DC
(198,82,220)
0 Favorites   0 Comments

Color spaces of #c652dc

RGB 19882220
HSL0.810.660.59
HSV290°63°86°
CMYK 0.100.630.00   0.14
XYZ39.224323.207770.1223
Yxy23.20770.29590.1751
Hunter Lab48.174461.0322-52.5801
CIE-Lab55.285664.9908-49.8082

#c652dc color RGB value is (198,82,220).

#c652dc hex color red value is 198, green value is 82 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c652dc hue: 0.81 , saturation: 0.66 and the lightness value of c652dc is 0.59.

The process color (four color CMYK) of #c652dc color hex is 0.10, 0.63, 0.00, 0.14. Web safe color of #c652dc is #cc66cc. Color #c652dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 11011100
Octal 306 122 334
Decimal 198 82 220
Hex C6 52 DC

RGB Percentages of Color #c652dc

%39.60
%16.40
%44.00

CMYK Percentages of Color #c652dc

%10
%63
%0
%14

Triadic Colors of #c652dc

#c652dc #dcc652 #52dcc6

Analogous Colors of #c652dc

#c652dc #dc52ad #8152dc

Monochromatic Colors of #c652dc

#c652dc

Complementary Color

#c652dc #68dc52

#c652dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c652dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c652dc Color CSS Codes

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

#c652dc Text Font Color

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

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


#c652dc Background Color

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

This div background color is #c652dc


#c652dc Border Color

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

This div border color is #c652dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c652dc


Comments

No comments written yet.

Please login to write comment.