Color Hex Logo

#c470bf Color Hex

#C470BF
(196,112,191)
0 Favorites   0 Comments

Color spaces of #c470bf

RGB 196112191
HSL0.840.420.60
HSV304°43°77°
CMYK 0.000.430.03   0.23
XYZ37.963127.085752.5174
Yxy27.08570.32290.2304
Hunter Lab52.043939.1288-23.3987
CIE-Lab59.053644.7164-27.4448

#c470bf color RGB value is (196,112,191).

#c470bf hex color red value is 196, green value is 112 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c470bf hue: 0.84 , saturation: 0.42 and the lightness value of c470bf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110000 10111111
Octal 304 160 277
Decimal 196 112 191
Hex C4 70 BF

RGB Percentages of Color #c470bf

%39.28
%22.44
%38.28

CMYK Percentages of Color #c470bf

%0
%43
%3
%23

Triadic Colors of #c470bf

#c470bf #bfc470 #70bfc4

Analogous Colors of #c470bf

#c470bf #c47095 #9f70c4

Monochromatic Colors of #c470bf

#c470bf

Complementary Color

#c470bf #70c475

#c470bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c470bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c470bf Color CSS Codes

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

#c470bf Text Font Color

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

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


#c470bf Background Color

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

This div background color is #c470bf


#c470bf Border Color

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

This div border color is #c470bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c470bf


Comments

No comments written yet.

Please login to write comment.