Color Hex Logo

#c662de Color Hex

#C662DE
(198,98,222)
0 Favorites   0 Comments

Color spaces of #c662de

RGB 19898222
HSL0.800.650.63
HSV288°56°87°
CMYK 0.110.560.00   0.13
XYZ40.841226.015171.9761
Yxy26.01510.29420.1874
Hunter Lab51.005053.6714-47.9640
CIE-Lab58.051458.1158-46.5484

#c662de color RGB value is (198,98,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 11011110
Octal 306 142 336
Decimal 198 98 222
Hex C6 62 DE

RGB Percentages of Color #c662de

%38.22
%18.92
%42.86

CMYK Percentages of Color #c662de

%11
%56
%0
%13

Triadic Colors of #c662de

#c662de #dec662 #62dec6

Analogous Colors of #c662de

#c662de #de62b8 #8862de

Monochromatic Colors of #c662de

#c662de

Complementary Color

#c662de #7ade62

#c662de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c662de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c662de Color CSS Codes

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

#c662de Text Font Color

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

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


#c662de Background Color

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

This div background color is #c662de


#c662de Border Color

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

This div border color is #c662de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c662de


Comments

No comments written yet.

Please login to write comment.