Color Hex Logo

#c477fd Color Hex

#C477FD
(196,119,253)
0 Favorites   0 Comments

Color spaces of #c477fd

RGB 196119253
HSL0.760.970.73
HSV274°53°99°
CMYK 0.230.530.00   0.01
XYZ47.091432.021396.6272
Yxy32.02130.26800.1822
Hunter Lab56.587449.5179-61.6310
CIE-Lab63.360553.5728-55.3670

#c477fd color RGB value is (196,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110111 11111101
Octal 304 167 375
Decimal 196 119 253
Hex C4 77 FD

RGB Percentages of Color #c477fd

%34.51
%20.95
%44.54

CMYK Percentages of Color #c477fd

%23
%53
%0
%1

Triadic Colors of #c477fd

#c477fd #fdc477 #77fdc4

Analogous Colors of #c477fd

#c477fd #fd77f3 #8177fd

Monochromatic Colors of #c477fd

#c477fd

Complementary Color

#c477fd #b0fd77

#c477fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c477fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c477fd Color CSS Codes

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

#c477fd Text Font Color

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

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


#c477fd Background Color

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

This div background color is #c477fd


#c477fd Border Color

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

This div border color is #c477fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c477fd

Related Colors


Comments

No comments written yet.

Please login to write comment.