Color Hex Logo

#c477eb Color Hex

#C477EB
(196,119,235)
0 Favorites   0 Comments

Color spaces of #c477eb

RGB 196119235
HSL0.780.740.69
HSV280°49°92°
CMYK 0.170.490.00   0.08
XYZ44.357230.927682.2290
Yxy30.92760.28160.1963
Hunter Lab55.612645.0515-48.7376
CIE-Lab62.446549.7021-46.8789

#c477eb color RGB value is (196,119,235).

#c477eb hex color red value is 196, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c477eb hue: 0.78 , saturation: 0.74 and the lightness value of c477eb is 0.69.

The process color (four color CMYK) of #c477eb color hex is 0.17, 0.49, 0.00, 0.08. Web safe color of #c477eb is #cc66ff. Color #c477eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110111 11101011
Octal 304 167 353
Decimal 196 119 235
Hex C4 77 EB

RGB Percentages of Color #c477eb

%35.64
%21.64
%42.73

CMYK Percentages of Color #c477eb

%17
%49
%0
%8

Triadic Colors of #c477eb

#c477eb #ebc477 #77ebc4

Analogous Colors of #c477eb

#c477eb #eb77d8 #8a77eb

Monochromatic Colors of #c477eb

#c477eb

Complementary Color

#c477eb #9eeb77

#c477eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c477eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c477eb Color CSS Codes

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

#c477eb Text Font Color

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

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


#c477eb Background Color

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

This div background color is #c477eb


#c477eb Border Color

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

This div border color is #c477eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c477eb


Comments

No comments written yet.

Please login to write comment.