Color Hex Logo

#c003fe Color Hex

#C003FE
(192,3,254)
0 Favorites   0 Comments

Color spaces of #c003fe

RGB 1923254
HSL0.790.990.50
HSV285°99°100°
CMYK 0.240.990.00   0.00
XYZ39.660218.427395.2324
Yxy18.42730.25870.1202
Hunter Lab42.927089.7935-101.4843
CIE-Lab50.010389.1031-77.4553

#c003fe color RGB value is (192,3,254).

#c003fe hex color red value is 192, green value is 3 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c003fe hue: 0.79 , saturation: 0.99 and the lightness value of c003fe is 0.50.

The process color (four color CMYK) of #c003fe color hex is 0.24, 0.99, 0.00, 0.00. Web safe color of #c003fe is #cc00ff. Color #c003fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000011 11111110
Octal 300 3 376
Decimal 192 3 254
Hex C0 3 FE

RGB Percentages of Color #c003fe

%42.76
%0.67
%56.57

CMYK Percentages of Color #c003fe

%24
%99
%0
%0

Triadic Colors of #c003fe

#c003fe #fec003 #03fec0

Analogous Colors of #c003fe

#c003fe #fe03bf #4203fe

Monochromatic Colors of #c003fe

#c003fe

Complementary Color

#c003fe #41fe03

#c003fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c003fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c003fe Color CSS Codes

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

#c003fe Text Font Color

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

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


#c003fe Background Color

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

This div background color is #c003fe


#c003fe Border Color

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

This div border color is #c003fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c003fe


Comments

No comments written yet.

Please login to write comment.