Color Hex Logo

#c562fe Color Hex

#C562FE
(197,98,254)
0 Favorites   0 Comments

Color spaces of #c562fe

RGB 19798254
HSL0.770.990.69
HSV278°61°100°
CMYK 0.220.610.00   0.00
XYZ45.283027.761496.7377
Yxy27.76140.26670.1635
Hunter Lab52.689161.2038-71.9747
CIE-Lab59.672664.3383-61.7987

#c562fe color RGB value is (197,98,254).

#c562fe hex color red value is 197, green value is 98 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c562fe hue: 0.77 , saturation: 0.99 and the lightness value of c562fe is 0.69.

The process color (four color CMYK) of #c562fe color hex is 0.22, 0.61, 0.00, 0.00. Web safe color of #c562fe is #cc66ff. Color #c562fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 11111110
Octal 305 142 376
Decimal 197 98 254
Hex C5 62 FE

RGB Percentages of Color #c562fe

%35.88
%17.85
%46.27

CMYK Percentages of Color #c562fe

%22
%61
%0
%0

Triadic Colors of #c562fe

#c562fe #fec562 #62fec5

Analogous Colors of #c562fe

#c562fe #fe62e9 #7762fe

Monochromatic Colors of #c562fe

#c562fe

Complementary Color

#c562fe #9bfe62

#c562fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c562fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c562fe Color CSS Codes

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

#c562fe Text Font Color

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

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


#c562fe Background Color

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

This div background color is #c562fe


#c562fe Border Color

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

This div border color is #c562fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c562fe


Comments

No comments written yet.

Please login to write comment.