color codes Logo

#c81edb color codes

#C81EDB
(200,30,219)
0 Favorites   0 Comments

Color spaces of #c81edb

RGB 20030219
HSL0.820.760.49
HSV294°86°86°
CMYK 0.090.860.00   0.14
XYZ37.069918.322468.6006
Yxy18.32240.29900.1478
Hunter Lab42.804779.6772-65.0574
CIE-Lab49.884881.3260-57.8614

#c81edb color RGB value is (200,30,219).

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

The process color (four color CMYK) of #c81edb color code is 0.09, 0.86, 0.00, 0.14. Web safe color of #c81edb is #cc33cc. Color #c81edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011110 11011011
Octal 310 36 333
Decimal 200 30 219
Hex C8 1E DB

RGB Percentages of Color #c81edb

%44.54
%6.68
%48.78

CMYK Percentages of Color #c81edb

%9
%86
%0
%14

Triadic Colors of #c81edb

#c81edb #dbc81e #1edbc8

Analogous Colors of #c81edb

#c81edb #db1e90 #6a1edb

Monochromatic Colors of #c81edb

#c81edb

Complementary Color

#c81edb #31db1e

#c81edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81edb Color CSS Codes

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

#c81edb Text Font Color

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

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


#c81edb Background Color

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

This div background color is #c81edb


#c81edb Border Color

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

This div border color is #c81edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81edb


Comments

No comments written yet.

Please login to write comment.