Color Hex Logo

#c562ef Color Hex

#C562EF
(197,98,239)
0 Favorites   0 Comments

Color spaces of #c562ef

RGB 19798239
HSL0.780.820.66
HSV282°59°94°
CMYK 0.180.590.00   0.06
XYZ42.973626.837784.5766
Yxy26.83770.27830.1738
Hunter Lab51.805157.4111-60.5328
CIE-Lab58.823861.2419-54.8419

#c562ef color RGB value is (197,98,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 11101111
Octal 305 142 357
Decimal 197 98 239
Hex C5 62 EF

RGB Percentages of Color #c562ef

%36.89
%18.35
%44.76

CMYK Percentages of Color #c562ef

%18
%59
%0
%6

Triadic Colors of #c562ef

#c562ef #efc562 #62efc5

Analogous Colors of #c562ef

#c562ef #ef62d3 #7f62ef

Monochromatic Colors of #c562ef

#c562ef

Complementary Color

#c562ef #8cef62

#c562ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c562ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c562ef Color CSS Codes

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

#c562ef Text Font Color

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

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


#c562ef Background Color

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

This div background color is #c562ef


#c562ef Border Color

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

This div border color is #c562ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c562ef


Comments

No comments written yet.

Please login to write comment.