Color Hex Logo

#c01efb Color Hex

#C01EFB
(192,30,251)
0 Favorites   0 Comments

Color spaces of #c01efb

RGB 19230251
HSL0.790.970.55
HSV284°88°98°
CMYK 0.240.880.00   0.02
XYZ39.615119.100092.8655
Yxy19.10000.26130.1260
Hunter Lab43.703585.3202-95.3926
CIE-Lab50.804085.5404-74.4890

#c01efb color RGB value is (192,30,251).

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

The process color (four color CMYK) of #c01efb color hex is 0.24, 0.88, 0.00, 0.02. Web safe color of #c01efb is #cc33ff. Color #c01efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011110 11111011
Octal 300 36 373
Decimal 192 30 251
Hex C0 1E FB

RGB Percentages of Color #c01efb

%40.59
%6.34
%53.07

CMYK Percentages of Color #c01efb

%24
%88
%0
%2

Triadic Colors of #c01efb

#c01efb #fbc01e #1efbc0

Analogous Colors of #c01efb

#c01efb #fb1ec8 #511efb

Monochromatic Colors of #c01efb

#c01efb

Complementary Color

#c01efb #59fb1e

#c01efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01efb Color CSS Codes

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

#c01efb Text Font Color

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

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


#c01efb Background Color

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

This div background color is #c01efb


#c01efb Border Color

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

This div border color is #c01efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01efb


Comments

No comments written yet.

Please login to write comment.