Color Hex Logo

#c474e6 Color Hex

#C474E6
(196,116,230)
0 Favorites   0 Comments

Color spaces of #c474e6

RGB 196116230
HSL0.780.700.68
HSV282°50°90°
CMYK 0.150.500.00   0.10
XYZ43.293329.939778.3600
Yxy29.93970.28560.1975
Hunter Lab54.717245.4776-46.6067
CIE-Lab61.602250.2155-45.4321

#c474e6 color RGB value is (196,116,230).

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

The process color (four color CMYK) of #c474e6 color hex is 0.15, 0.50, 0.00, 0.10. Web safe color of #c474e6 is #cc66ff. Color #c474e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 11100110
Octal 304 164 346
Decimal 196 116 230
Hex C4 74 E6

RGB Percentages of Color #c474e6

%36.16
%21.40
%42.44

CMYK Percentages of Color #c474e6

%15
%50
%0
%10

Triadic Colors of #c474e6

#c474e6 #e6c474 #74e6c4

Analogous Colors of #c474e6

#c474e6 #e674cf #8b74e6

Monochromatic Colors of #c474e6

#c474e6

Complementary Color

#c474e6 #96e674

#c474e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474e6 Color CSS Codes

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

#c474e6 Text Font Color

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

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


#c474e6 Background Color

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

This div background color is #c474e6


#c474e6 Border Color

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

This div border color is #c474e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474e6


Comments

No comments written yet.

Please login to write comment.