Color Hex Logo

#c01cff Color Hex

#C01CFF
(192,28,255)
0 Favorites   0 Comments

Color spaces of #c01cff

RGB 19228255
HSL0.791.000.55
HSV283°89°100°
CMYK 0.250.890.00   0.00
XYZ40.203519.257096.2058
Yxy19.25700.25830.1237
Hunter Lab43.882886.7390-99.2656
CIE-Lab50.986586.5937-76.4216

#c01cff color RGB value is (192,28,255).

#c01cff hex color red value is 192, green value is 28 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c01cff hue: 0.79 , saturation: 1.00 and the lightness value of c01cff is 0.55.

The process color (four color CMYK) of #c01cff color hex is 0.25, 0.89, 0.00, 0.00. Web safe color of #c01cff is #cc33ff. Color #c01cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011100 11111111
Octal 300 34 377
Decimal 192 28 255
Hex C0 1C FF

RGB Percentages of Color #c01cff

%40.42
%5.89
%53.68

CMYK Percentages of Color #c01cff

%25
%89
%0
%0

Triadic Colors of #c01cff

#c01cff #ffc01c #1cffc0

Analogous Colors of #c01cff

#c01cff #ff1ccd #4f1cff

Monochromatic Colors of #c01cff

#c01cff

Complementary Color

#c01cff #5bff1c

#c01cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01cff Color CSS Codes

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

#c01cff Text Font Color

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

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


#c01cff Background Color

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

This div background color is #c01cff


#c01cff Border Color

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

This div border color is #c01cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,28,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01cff


Comments

No comments written yet.

Please login to write comment.