Color Hex Logo

#c474de Color Hex

#C474DE
(196,116,222)
0 Favorites   0 Comments

Color spaces of #c474de

RGB 196116222
HSL0.790.620.66
HSV285°48°87°
CMYK 0.120.480.00   0.13
XYZ42.195229.500572.5775
Yxy29.50050.29250.2045
Hunter Lab54.314443.6212-41.2061
CIE-Lab61.220848.5787-41.5678

#c474de color RGB value is (196,116,222).

#c474de hex color red value is 196, green value is 116 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c474de hue: 0.79 , saturation: 0.62 and the lightness value of c474de is 0.66.

The process color (four color CMYK) of #c474de color hex is 0.12, 0.48, 0.00, 0.13. Web safe color of #c474de is #cc66cc. Color #c474de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 11011110
Octal 304 164 336
Decimal 196 116 222
Hex C4 74 DE

RGB Percentages of Color #c474de

%36.70
%21.72
%41.57

CMYK Percentages of Color #c474de

%12
%48
%0
%13

Triadic Colors of #c474de

#c474de #dec474 #74dec4

Analogous Colors of #c474de

#c474de #de74c3 #8f74de

Monochromatic Colors of #c474de

#c474de

Complementary Color

#c474de #8ede74

#c474de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474de Color CSS Codes

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

#c474de Text Font Color

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

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


#c474de Background Color

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

This div background color is #c474de


#c474de Border Color

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

This div border color is #c474de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474de


Comments

No comments written yet.

Please login to write comment.