Color Hex Logo

#c00efc Color Hex

#C00EFC
(192,14,252)
0 Favorites   0 Comments

Color spaces of #c00efc

RGB 19214252
HSL0.790.980.52
HSV285°94°99°
CMYK 0.240.940.00   0.01
XYZ39.466018.548893.5957
Yxy18.54880.26030.1223
Hunter Lab43.068388.2004-98.7007
CIE-Lab50.155187.8683-76.1036

#c00efc color RGB value is (192,14,252).

#c00efc hex color red value is 192, green value is 14 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c00efc hue: 0.79 , saturation: 0.98 and the lightness value of c00efc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001110 11111100
Octal 300 16 374
Decimal 192 14 252
Hex C0 E FC

RGB Percentages of Color #c00efc

%41.92
%3.06
%55.02

CMYK Percentages of Color #c00efc

%24
%94
%0
%1

Triadic Colors of #c00efc

#c00efc #fcc00e #0efcc0

Analogous Colors of #c00efc

#c00efc #fc0ec1 #490efc

Monochromatic Colors of #c00efc

#c00efc

Complementary Color

#c00efc #4afc0e

#c00efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00efc Color CSS Codes

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

#c00efc Text Font Color

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

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


#c00efc Background Color

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

This div background color is #c00efc


#c00efc Border Color

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

This div border color is #c00efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00efc


Comments

No comments written yet.

Please login to write comment.