Color Hex Logo

#c455fe Color Hex

#C455FE
(196,85,254)
0 Favorites   0 Comments

Color spaces of #c455fe

RGB 19685254
HSL0.780.990.66
HSV279°67°100°
CMYK 0.230.670.00   0.00
XYZ43.902825.388596.3525
Yxy25.38850.26500.1533
Hunter Lab50.387067.3519-78.1063
CIE-Lab57.452069.9011-65.3718

#c455fe color RGB value is (196,85,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010101 11111110
Octal 304 125 376
Decimal 196 85 254
Hex C4 55 FE

RGB Percentages of Color #c455fe

%36.64
%15.89
%47.48

CMYK Percentages of Color #c455fe

%23
%67
%0
%0

Triadic Colors of #c455fe

#c455fe #fec455 #55fec4

Analogous Colors of #c455fe

#c455fe #fe55e4 #7055fe

Monochromatic Colors of #c455fe

#c455fe

Complementary Color

#c455fe #8ffe55

#c455fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c455fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c455fe Color CSS Codes

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

#c455fe Text Font Color

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

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


#c455fe Background Color

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

This div background color is #c455fe


#c455fe Border Color

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

This div border color is #c455fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c455fe

Related Colors


Comments

No comments written yet.

Please login to write comment.