Color Hex Logo

#c662ef Color Hex

#C662EF
(198,98,239)
0 Favorites   0 Comments

Color spaces of #c662ef

RGB 19898239
HSL0.780.820.66
HSV283°59°94°
CMYK 0.170.590.00   0.06
XYZ43.236426.973184.5889
Yxy26.97310.27930.1742
Hunter Lab51.935657.7138-60.2122
CIE-Lab58.949461.4811-54.6343

#c662ef color RGB value is (198,98,239).

#c662ef hex color red value is 198, green value is 98 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c662ef hue: 0.78 , saturation: 0.82 and the lightness value of c662ef is 0.66.

The process color (four color CMYK) of #c662ef color hex is 0.17, 0.59, 0.00, 0.06. Web safe color of #c662ef is #cc66ff. Color #c662ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 11101111
Octal 306 142 357
Decimal 198 98 239
Hex C6 62 EF

RGB Percentages of Color #c662ef

%37.01
%18.32
%44.67

CMYK Percentages of Color #c662ef

%17
%59
%0
%6

Triadic Colors of #c662ef

#c662ef #efc662 #62efc6

Analogous Colors of #c662ef

#c662ef #ef62d2 #8062ef

Monochromatic Colors of #c662ef

#c662ef

Complementary Color

#c662ef #8bef62

#c662ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c662ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c662ef Color CSS Codes

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

#c662ef Text Font Color

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

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


#c662ef Background Color

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

This div background color is #c662ef


#c662ef Border Color

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

This div border color is #c662ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c662ef


Comments

No comments written yet.

Please login to write comment.