Color Hex Logo

#c468fe Color Hex

#C468FE
(196,104,254)
0 Favorites   0 Comments

Color spaces of #c468fe

RGB 196104254
HSL0.770.990.70
HSV277°59°100°
CMYK 0.230.590.00   0.00
XYZ45.604728.792196.9197
Yxy28.79210.26620.1681
Hunter Lab53.658357.8070-69.5312
CIE-Lab60.597761.2731-60.3242

#c468fe color RGB value is (196,104,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101000 11111110
Octal 304 150 376
Decimal 196 104 254
Hex C4 68 FE

RGB Percentages of Color #c468fe

%35.38
%18.77
%45.85

CMYK Percentages of Color #c468fe

%23
%59
%0
%0

Triadic Colors of #c468fe

#c468fe #fec468 #68fec4

Analogous Colors of #c468fe

#c468fe #fe68ed #7968fe

Monochromatic Colors of #c468fe

#c468fe

Complementary Color

#c468fe #a2fe68

#c468fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c468fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c468fe Color CSS Codes

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

#c468fe Text Font Color

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

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


#c468fe Background Color

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

This div background color is #c468fe


#c468fe Border Color

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

This div border color is #c468fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c468fe


Comments

No comments written yet.

Please login to write comment.