color codes Logo

#e40ccd color codes

#E40CCD
(228,12,205)
0 Favorites   0 Comments

Color spaces of #e40ccd

RGB 22812205
HSL0.850.900.47
HSV306°95°89°
CMYK 0.000.950.10   0.11
XYZ43.145821.164759.5688
Yxy21.16470.34830.1708
Hunter Lab46.005186.8969-44.5669
CIE-Lab53.129386.2992-44.3863

#e40ccd color RGB value is (228,12,205).

#e40ccd hex color red value is 228, green value is 12 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e40ccd hue: 0.85 , saturation: 0.90 and the lightness value of e40ccd is 0.47.

The process color (four color CMYK) of #e40ccd color code is 0.00, 0.95, 0.10, 0.11. Web safe color of #e40ccd is #cc00cc. Color #e40ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001100 11001101
Octal 344 14 315
Decimal 228 12 205
Hex E4 C CD

RGB Percentages of Color #e40ccd

%51.24
%2.70
%46.07

CMYK Percentages of Color #e40ccd

%0
%95
%10
%11

Triadic Colors of #e40ccd

#e40ccd #cde40c #0ccde4

Analogous Colors of #e40ccd

#e40ccd #e40c61 #8f0ce4

Monochromatic Colors of #e40ccd

#e40ccd

Complementary Color

#e40ccd #0ce423

#e40ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40ccd Color CSS Codes

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

#e40ccd Text Font Color

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

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


#e40ccd Background Color

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

This div background color is #e40ccd


#e40ccd Border Color

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

This div border color is #e40ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40ccd


Comments

No comments written yet.

Please login to write comment.