Color Hex Logo

#c81ecd Color Hex

#C81ECD
(200,30,205)
0 Favorites   0 Comments

Color spaces of #c81ecd

RGB 20030205
HSL0.830.740.46
HSV298°85°80°
CMYK 0.020.850.00   0.20
XYZ35.303117.615759.2971
Yxy17.61570.31460.1570
Hunter Lab41.971176.6923-54.3857
CIE-Lab49.026679.1266-51.2108

#c81ecd color RGB value is (200,30,205).

#c81ecd hex color red value is 200, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c81ecd hue: 0.83 , saturation: 0.74 and the lightness value of c81ecd is 0.46.

The process color (four color CMYK) of #c81ecd color hex is 0.02, 0.85, 0.00, 0.20. Web safe color of #c81ecd is #cc33cc. Color #c81ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011110 11001101
Octal 310 36 315
Decimal 200 30 205
Hex C8 1E CD

RGB Percentages of Color #c81ecd

%45.98
%6.90
%47.13

CMYK Percentages of Color #c81ecd

%2
%85
%0
%20

Triadic Colors of #c81ecd

#c81ecd #cdc81e #1ecdc8

Analogous Colors of #c81ecd

#c81ecd #cd1e7b #711ecd

Monochromatic Colors of #c81ecd

#c81ecd

Complementary Color

#c81ecd #23cd1e

#c81ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81ecd Color CSS Codes

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

#c81ecd Text Font Color

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

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


#c81ecd Background Color

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

This div background color is #c81ecd


#c81ecd Border Color

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

This div border color is #c81ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81ecd


Comments

No comments written yet.

Please login to write comment.