Color Hex Logo

#c472c5 Color Hex

#C472C5
(196,114,197)
0 Favorites   0 Comments

Color spaces of #c472c5

RGB 196114197
HSL0.830.420.61
HSV299°42°77°
CMYK 0.010.420.00   0.23
XYZ38.860327.801656.1414
Yxy27.80160.31640.2264
Hunter Lab52.727239.2830-26.2201
CIE-Lab59.709144.7692-29.8425

#c472c5 color RGB value is (196,114,197).

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

The process color (four color CMYK) of #c472c5 color hex is 0.01, 0.42, 0.00, 0.23. Web safe color of #c472c5 is #cc66cc. Color #c472c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110010 11000101
Octal 304 162 305
Decimal 196 114 197
Hex C4 72 C5

RGB Percentages of Color #c472c5

%38.66
%22.49
%38.86

CMYK Percentages of Color #c472c5

%1
%42
%0
%23

Triadic Colors of #c472c5

#c472c5 #c5c472 #72c5c4

Analogous Colors of #c472c5

#c472c5 #c5729d #9b72c5

Monochromatic Colors of #c472c5

#c472c5

Complementary Color

#c472c5 #73c572

#c472c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c472c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c472c5 Color CSS Codes

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

#c472c5 Text Font Color

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

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


#c472c5 Background Color

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

This div background color is #c472c5


#c472c5 Border Color

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

This div border color is #c472c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c472c5


Comments

No comments written yet.

Please login to write comment.