Color Hex Logo

#c477fc Color Hex

#C477FC
(196,119,252)
0 Favorites   0 Comments

Color spaces of #c477fc

RGB 196119252
HSL0.760.960.73
HSV275°53°99°
CMYK 0.220.530.00   0.01
XYZ46.932531.957795.7903
Yxy31.95770.26870.1829
Hunter Lab56.531149.2623-60.8933
CIE-Lab63.307953.3539-54.9012

#c477fc color RGB value is (196,119,252).

#c477fc hex color red value is 196, green value is 119 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c477fc hue: 0.76 , saturation: 0.96 and the lightness value of c477fc is 0.73.

The process color (four color CMYK) of #c477fc color hex is 0.22, 0.53, 0.00, 0.01. Web safe color of #c477fc is #cc66ff. Color #c477fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110111 11111100
Octal 304 167 374
Decimal 196 119 252
Hex C4 77 FC

RGB Percentages of Color #c477fc

%34.57
%20.99
%44.44

CMYK Percentages of Color #c477fc

%22
%53
%0
%1

Triadic Colors of #c477fc

#c477fc #fcc477 #77fcc4

Analogous Colors of #c477fc

#c477fc #fc77f2 #8277fc

Monochromatic Colors of #c477fc

#c477fc

Complementary Color

#c477fc #affc77

#c477fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c477fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c477fc Color CSS Codes

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

#c477fc Text Font Color

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

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


#c477fc Background Color

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

This div background color is #c477fc


#c477fc Border Color

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

This div border color is #c477fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c477fc


Comments

No comments written yet.

Please login to write comment.