Color Hex Logo

#cc1eda Color Hex

#CC1EDA
(204,30,218)
0 Favorites   0 Comments

Color spaces of #cc1eda

RGB 20430218
HSL0.820.760.49
HSV296°86°85°
CMYK 0.060.860.00   0.15
XYZ38.021018.827967.9599
Yxy18.82790.30460.1509
Hunter Lab43.391180.4742-62.4872
CIE-Lab50.485281.8359-56.2908

#cc1eda color RGB value is (204,30,218).

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

The process color (four color CMYK) of #cc1eda color hex is 0.06, 0.86, 0.00, 0.15. Web safe color of #cc1eda is #cc33cc. Color #cc1eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011110 11011010
Octal 314 36 332
Decimal 204 30 218
Hex CC 1E DA

RGB Percentages of Color #cc1eda

%45.13
%6.64
%48.23

CMYK Percentages of Color #cc1eda

%6
%86
%0
%15

Triadic Colors of #cc1eda

#cc1eda #dacc1e #1edacc

Analogous Colors of #cc1eda

#cc1eda #da1e8a #6e1eda

Monochromatic Colors of #cc1eda

#cc1eda

Complementary Color

#cc1eda #2cda1e

#cc1eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1eda Color CSS Codes

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

#cc1eda Text Font Color

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

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


#cc1eda Background Color

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

This div background color is #cc1eda


#cc1eda Border Color

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

This div border color is #cc1eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1eda


Comments

No comments written yet.

Please login to write comment.