Color Hex Logo

#c474fe Color Hex

#C474FE
(196,116,254)
0 Favorites   0 Comments

Color spaces of #c474fe

RGB 196116254
HSL0.760.990.73
HSV275°54°100°
CMYK 0.230.540.00   0.00
XYZ46.899731.382397.3514
Yxy31.38230.26700.1787
Hunter Lab56.019951.4048-63.8202
CIE-Lab62.829055.3259-56.7623

#c474fe color RGB value is (196,116,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 11111110
Octal 304 164 376
Decimal 196 116 254
Hex C4 74 FE

RGB Percentages of Color #c474fe

%34.63
%20.49
%44.88

CMYK Percentages of Color #c474fe

%23
%54
%0
%0

Triadic Colors of #c474fe

#c474fe #fec474 #74fec4

Analogous Colors of #c474fe

#c474fe #fe74f3 #7f74fe

Monochromatic Colors of #c474fe

#c474fe

Complementary Color

#c474fe #aefe74

#c474fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474fe Color CSS Codes

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

#c474fe Text Font Color

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

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


#c474fe Background Color

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

This div background color is #c474fe


#c474fe Border Color

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

This div border color is #c474fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474fe


Comments

No comments written yet.

Please login to write comment.