Color Hex Logo

#c472bf Color Hex

#C472BF
(196,114,191)
0 Favorites   0 Comments

Color spaces of #c472bf

RGB 196114191
HSL0.840.410.61
HSV304°42°77°
CMYK 0.000.420.03   0.23
XYZ38.186227.532052.5918
Yxy27.53200.32280.2327
Hunter Lab52.470938.0808-22.6969
CIE-Lab59.463643.6691-26.8120

#c472bf color RGB value is (196,114,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110010 10111111
Octal 304 162 277
Decimal 196 114 191
Hex C4 72 BF

RGB Percentages of Color #c472bf

%39.12
%22.75
%38.12

CMYK Percentages of Color #c472bf

%0
%42
%3
%23

Triadic Colors of #c472bf

#c472bf #bfc472 #72bfc4

Analogous Colors of #c472bf

#c472bf #c47296 #a072c4

Monochromatic Colors of #c472bf

#c472bf

Complementary Color

#c472bf #72c477

#c472bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c472bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c472bf Color CSS Codes

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

#c472bf Text Font Color

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

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


#c472bf Background Color

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

This div background color is #c472bf


#c472bf Border Color

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

This div border color is #c472bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c472bf


Comments

No comments written yet.

Please login to write comment.