Color Hex Logo

#c01edf Color Hex

#C01EDF
(192,30,223)
0 Favorites   0 Comments

Color spaces of #c01edf

RGB 19230223
HSL0.810.760.50
HSV290°87°87°
CMYK 0.140.870.00   0.13
XYZ35.521817.462771.3105
Yxy17.46270.28580.1405
Hunter Lab41.788478.6024-71.9245
CIE-Lab48.837880.6811-61.8952

#c01edf color RGB value is (192,30,223).

#c01edf hex color red value is 192, green value is 30 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c01edf hue: 0.81 , saturation: 0.76 and the lightness value of c01edf is 0.50.

The process color (four color CMYK) of #c01edf color hex is 0.14, 0.87, 0.00, 0.13. Web safe color of #c01edf is #cc33cc. Color #c01edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011110 11011111
Octal 300 36 337
Decimal 192 30 223
Hex C0 1E DF

RGB Percentages of Color #c01edf

%43.15
%6.74
%50.11

CMYK Percentages of Color #c01edf

%14
%87
%0
%13

Triadic Colors of #c01edf

#c01edf #dfc01e #1edfc0

Analogous Colors of #c01edf

#c01edf #df1e9e #5f1edf

Monochromatic Colors of #c01edf

#c01edf

Complementary Color

#c01edf #3ddf1e

#c01edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01edf Color CSS Codes

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

#c01edf Text Font Color

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

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


#c01edf Background Color

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

This div background color is #c01edf


#c01edf Border Color

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

This div border color is #c01edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01edf


Comments

No comments written yet.

Please login to write comment.