Color Hex Logo

#c470be Color Hex

#C470BE
(196,112,190)
0 Favorites   0 Comments

Color spaces of #c470be

RGB 196112190
HSL0.850.420.60
HSV304°43°77°
CMYK 0.000.430.03   0.23
XYZ37.853427.041851.9397
Yxy27.04180.32400.2315
Hunter Lab52.001738.9317-22.8181
CIE-Lab59.013044.5362-26.9375

#c470be color RGB value is (196,112,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110000 10111110
Octal 304 160 276
Decimal 196 112 190
Hex C4 70 BE

RGB Percentages of Color #c470be

%39.36
%22.49
%38.15

CMYK Percentages of Color #c470be

%0
%43
%3
%23

Triadic Colors of #c470be

#c470be #bec470 #70bec4

Analogous Colors of #c470be

#c470be #c47094 #a070c4

Monochromatic Colors of #c470be

#c470be

Complementary Color

#c470be #70c476

#c470be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c470be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c470be Color CSS Codes

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

#c470be Text Font Color

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

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


#c470be Background Color

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

This div background color is #c470be


#c470be Border Color

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

This div border color is #c470be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,112,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c470be


Comments

No comments written yet.

Please login to write comment.