Color Hex Logo

#c562eb Color Hex

#C562EB
(197,98,235)
0 Favorites   0 Comments

Color spaces of #c562eb

RGB 19798235
HSL0.790.770.65
HSV283°58°92°
CMYK 0.160.580.00   0.08
XYZ42.389026.603881.4982
Yxy26.60380.28170.1768
Hunter Lab51.578956.4334-57.5771
CIE-Lab58.605860.4335-52.9596

#c562eb color RGB value is (197,98,235).

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

The process color (four color CMYK) of #c562eb color hex is 0.16, 0.58, 0.00, 0.08. Web safe color of #c562eb is #cc66ff. Color #c562eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 11101011
Octal 305 142 353
Decimal 197 98 235
Hex C5 62 EB

RGB Percentages of Color #c562eb

%37.17
%18.49
%44.34

CMYK Percentages of Color #c562eb

%16
%58
%0
%8

Triadic Colors of #c562eb

#c562eb #ebc562 #62ebc5

Analogous Colors of #c562eb

#c562eb #eb62cd #8162eb

Monochromatic Colors of #c562eb

#c562eb

Complementary Color

#c562eb #88eb62

#c562eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c562eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c562eb Color CSS Codes

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

#c562eb Text Font Color

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

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


#c562eb Background Color

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

This div background color is #c562eb


#c562eb Border Color

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

This div border color is #c562eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c562eb


Comments

No comments written yet.

Please login to write comment.