Color Hex Logo

#c562bf Color Hex

#C562BF
(197,98,191)
0 Favorites   0 Comments

Color spaces of #c562bf

RGB 19798191
HSL0.840.460.58
HSV304°50°77°
CMYK 0.000.500.03   0.23
XYZ36.797624.367352.0541
Yxy24.36730.32500.2152
Hunter Lab49.363246.6763-27.9677
CIE-Lab56.453752.1153-31.4648

#c562bf color RGB value is (197,98,191).

#c562bf hex color red value is 197, green value is 98 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c562bf hue: 0.84 , saturation: 0.46 and the lightness value of c562bf is 0.58.

The process color (four color CMYK) of #c562bf color hex is 0.00, 0.50, 0.03, 0.23. Web safe color of #c562bf is #cc66cc. Color #c562bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 10111111
Octal 305 142 277
Decimal 197 98 191
Hex C5 62 BF

RGB Percentages of Color #c562bf

%40.53
%20.16
%39.30

CMYK Percentages of Color #c562bf

%0
%50
%3
%23

Triadic Colors of #c562bf

#c562bf #bfc562 #62bfc5

Analogous Colors of #c562bf

#c562bf #c5628e #9a62c5

Monochromatic Colors of #c562bf

#c562bf

Complementary Color

#c562bf #62c568

#c562bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c562bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c562bf Color CSS Codes

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

#c562bf Text Font Color

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

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


#c562bf Background Color

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

This div background color is #c562bf


#c562bf Border Color

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

This div border color is #c562bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c562bf


Comments

No comments written yet.

Please login to write comment.