Color Hex Logo

#c562f7 Color Hex

#C562F7
(197,98,247)
0 Favorites   0 Comments

Color spaces of #c562f7

RGB 19798247
HSL0.780.900.68
HSV280°60°97°
CMYK 0.200.600.00   0.03
XYZ44.182127.321190.9405
Yxy27.32110.27200.1682
Hunter Lab52.269659.4095-66.5661
CIE-Lab59.270462.8812-58.5721

#c562f7 color RGB value is (197,98,247).

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

The process color (four color CMYK) of #c562f7 color hex is 0.20, 0.60, 0.00, 0.03. Web safe color of #c562f7 is #cc66ff. Color #c562f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 11110111
Octal 305 142 367
Decimal 197 98 247
Hex C5 62 F7

RGB Percentages of Color #c562f7

%36.35
%18.08
%45.57

CMYK Percentages of Color #c562f7

%20
%60
%0
%3

Triadic Colors of #c562f7

#c562f7 #f7c562 #62f7c5

Analogous Colors of #c562f7

#c562f7 #f762df #7b62f7

Monochromatic Colors of #c562f7

#c562f7

Complementary Color

#c562f7 #94f762

#c562f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c562f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c562f7 Color CSS Codes

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

#c562f7 Text Font Color

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

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


#c562f7 Background Color

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

This div background color is #c562f7


#c562f7 Border Color

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

This div border color is #c562f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c562f7


Comments

No comments written yet.

Please login to write comment.