Color Hex Logo

#c620de Color Hex

#C620DE
(198,32,222)
0 Favorites   0 Comments

Color spaces of #c620de

RGB 19832222
HSL0.810.750.50
HSV292°86°87°
CMYK 0.110.860.00   0.13
XYZ36.990018.312770.6924
Yxy18.31270.29360.1453
Hunter Lab42.793379.4047-67.9887
CIE-Lab49.873281.1135-59.6068

#c620de color RGB value is (198,32,222).

#c620de hex color red value is 198, green value is 32 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c620de hue: 0.81 , saturation: 0.75 and the lightness value of c620de is 0.50.

The process color (four color CMYK) of #c620de color hex is 0.11, 0.86, 0.00, 0.13. Web safe color of #c620de is #cc33cc. Color #c620de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100000 11011110
Octal 306 40 336
Decimal 198 32 222
Hex C6 20 DE

RGB Percentages of Color #c620de

%43.81
%7.08
%49.12

CMYK Percentages of Color #c620de

%11
%86
%0
%13

Triadic Colors of #c620de

#c620de #dec620 #20dec6

Analogous Colors of #c620de

#c620de #de2097 #6720de

Monochromatic Colors of #c620de

#c620de

Complementary Color

#c620de #38de20

#c620de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c620de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c620de Color CSS Codes

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

#c620de Text Font Color

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

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


#c620de Background Color

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

This div background color is #c620de


#c620de Border Color

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

This div border color is #c620de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,32,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 #c620de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c620de


Comments

No comments written yet.

Please login to write comment.