Color Hex Logo

#c474eb Color Hex

#C474EB
(196,116,235)
0 Favorites   0 Comments

Color spaces of #c474eb

RGB 196116235
HSL0.780.750.69
HSV280°51°92°
CMYK 0.170.510.00   0.08
XYZ44.005730.224782.1119
Yxy30.22470.28150.1933
Hunter Lab54.977046.6685-50.0698
CIE-Lab61.847651.2562-47.8249

#c474eb color RGB value is (196,116,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 11101011
Octal 304 164 353
Decimal 196 116 235
Hex C4 74 EB

RGB Percentages of Color #c474eb

%35.83
%21.21
%42.96

CMYK Percentages of Color #c474eb

%17
%51
%0
%8

Triadic Colors of #c474eb

#c474eb #ebc474 #74ebc4

Analogous Colors of #c474eb

#c474eb #eb74d7 #8974eb

Monochromatic Colors of #c474eb

#c474eb

Complementary Color

#c474eb #9beb74

#c474eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474eb Color CSS Codes

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

#c474eb Text Font Color

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

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


#c474eb Background Color

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

This div background color is #c474eb


#c474eb Border Color

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

This div border color is #c474eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,116,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 #c474eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474eb


Comments

No comments written yet.

Please login to write comment.