Color Hex Logo

#c474cd Color Hex

#C474CD
(196,116,205)
0 Favorites   0 Comments

Color spaces of #c474cd

RGB 196116205
HSL0.820.470.63
HSV294°43°80°
CMYK 0.040.430.00   0.20
XYZ40.029828.634361.1748
Yxy28.63430.30830.2205
Hunter Lab53.511039.8856-30.3237
CIE-Lab60.457545.2292-33.2084

#c474cd color RGB value is (196,116,205).

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

The process color (four color CMYK) of #c474cd color hex is 0.04, 0.43, 0.00, 0.20. Web safe color of #c474cd is #cc66cc. Color #c474cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 11001101
Octal 304 164 315
Decimal 196 116 205
Hex C4 74 CD

RGB Percentages of Color #c474cd

%37.91
%22.44
%39.65

CMYK Percentages of Color #c474cd

%4
%43
%0
%20

Triadic Colors of #c474cd

#c474cd #cdc474 #74cdc4

Analogous Colors of #c474cd

#c474cd #cd74aa #9874cd

Monochromatic Colors of #c474cd

#c474cd

Complementary Color

#c474cd #7dcd74

#c474cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474cd Color CSS Codes

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

#c474cd Text Font Color

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

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


#c474cd Background Color

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

This div background color is #c474cd


#c474cd Border Color

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

This div border color is #c474cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474cd


Comments

No comments written yet.

Please login to write comment.