Color Hex Logo

#c652de Color Hex

#C652DE
(198,82,222)
0 Favorites   0 Comments

Color spaces of #c652de

RGB 19882222
HSL0.800.680.60
HSV290°63°87°
CMYK 0.110.630.00   0.13
XYZ39.490823.314371.5260
Yxy23.31430.29400.1736
Hunter Lab48.284961.4914-54.0288
CIE-Lab55.394665.3622-50.7651

#c652de color RGB value is (198,82,222).

#c652de hex color red value is 198, green value is 82 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c652de hue: 0.80 , saturation: 0.68 and the lightness value of c652de is 0.60.

The process color (four color CMYK) of #c652de color hex is 0.11, 0.63, 0.00, 0.13. Web safe color of #c652de is #cc66cc. Color #c652de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 11011110
Octal 306 122 336
Decimal 198 82 222
Hex C6 52 DE

RGB Percentages of Color #c652de

%39.44
%16.33
%44.22

CMYK Percentages of Color #c652de

%11
%63
%0
%13

Triadic Colors of #c652de

#c652de #dec652 #52dec6

Analogous Colors of #c652de

#c652de #de52b0 #8052de

Monochromatic Colors of #c652de

#c652de

Complementary Color

#c652de #6ade52

#c652de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c652de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c652de Color CSS Codes

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

#c652de Text Font Color

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

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


#c652de Background Color

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

This div background color is #c652de


#c652de Border Color

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

This div border color is #c652de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c652de


Comments

No comments written yet.

Please login to write comment.