Color Hex Logo

#c474ca Color Hex

#C474CA
(196,116,202)
0 Favorites   0 Comments

Color spaces of #c474ca

RGB 196116202
HSL0.820.450.62
HSV296°43°79°
CMYK 0.030.430.00   0.21
XYZ39.671028.490859.2855
Yxy28.49080.31130.2235
Hunter Lab53.376839.2565-28.4896
CIE-Lab60.329644.6575-31.7123

#c474ca color RGB value is (196,116,202).

#c474ca hex color red value is 196, green value is 116 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c474ca hue: 0.82 , saturation: 0.45 and the lightness value of c474ca is 0.62.

The process color (four color CMYK) of #c474ca color hex is 0.03, 0.43, 0.00, 0.21. Web safe color of #c474ca is #cc66cc. Color #c474ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 11001010
Octal 304 164 312
Decimal 196 116 202
Hex C4 74 CA

RGB Percentages of Color #c474ca

%38.13
%22.57
%39.30

CMYK Percentages of Color #c474ca

%3
%43
%0
%21

Triadic Colors of #c474ca

#c474ca #cac474 #74cac4

Analogous Colors of #c474ca

#c474ca #ca74a5 #9974ca

Monochromatic Colors of #c474ca

#c474ca

Complementary Color

#c474ca #7aca74

#c474ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474ca Color CSS Codes

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

#c474ca Text Font Color

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

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


#c474ca Background Color

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

This div background color is #c474ca


#c474ca Border Color

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

This div border color is #c474ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474ca


Comments

No comments written yet.

Please login to write comment.