Color Hex Logo

#c81edf Color Hex

#C81EDF
(200,30,223)
0 Favorites   0 Comments

Color spaces of #c81edf

RGB 20030223
HSL0.810.760.50
HSV293°87°87°
CMYK 0.100.870.00   0.13
XYZ37.603018.535671.4079
Yxy18.53560.29480.1453
Hunter Lab43.053080.5613-68.2016
CIE-Lab50.139481.9716-59.7301

#c81edf color RGB value is (200,30,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011110 11011111
Octal 310 36 337
Decimal 200 30 223
Hex C8 1E DF

RGB Percentages of Color #c81edf

%44.15
%6.62
%49.23

CMYK Percentages of Color #c81edf

%10
%87
%0
%13

Triadic Colors of #c81edf

#c81edf #dfc81e #1edfc8

Analogous Colors of #c81edf

#c81edf #df1e96 #681edf

Monochromatic Colors of #c81edf

#c81edf

Complementary Color

#c81edf #35df1e

#c81edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81edf Color CSS Codes

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

#c81edf Text Font Color

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

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


#c81edf Background Color

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

This div background color is #c81edf


#c81edf Border Color

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

This div border color is #c81edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81edf


Comments

No comments written yet.

Please login to write comment.