Color Hex Logo

#c652df Color Hex

#C652DF
(198,82,223)
0 Favorites   0 Comments

Color spaces of #c652df

RGB 19882223
HSL0.800.690.60
HSV289°63°87°
CMYK 0.110.630.00   0.13
XYZ39.625323.368172.2340
Yxy23.36810.29300.1728
Hunter Lab48.340661.7225-54.7571
CIE-Lab55.449565.5488-51.2423

#c652df color RGB value is (198,82,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010010 11011111
Octal 306 122 337
Decimal 198 82 223
Hex C6 52 DF

RGB Percentages of Color #c652df

%39.36
%16.30
%44.33

CMYK Percentages of Color #c652df

%11
%63
%0
%13

Triadic Colors of #c652df

#c652df #dfc652 #52dfc6

Analogous Colors of #c652df

#c652df #df52b2 #8052df

Monochromatic Colors of #c652df

#c652df

Complementary Color

#c652df #6bdf52

#c652df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c652df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c652df Color CSS Codes

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

#c652df Text Font Color

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

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


#c652df Background Color

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

This div background color is #c652df


#c652df Border Color

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

This div border color is #c652df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c652df


Comments

No comments written yet.

Please login to write comment.