Color Hex Logo

#e83ccd Color Hex

#E83CCD
(232,60,205)
0 Favorites   0 Comments

Color spaces of #e83ccd

RGB 23260205
HSL0.860.790.57
HSV309°74°91°
CMYK 0.000.740.12   0.09
XYZ45.914024.795360.1236
Yxy24.79530.35090.1895
Hunter Lab49.794977.4472-36.7318
CIE-Lab56.875478.2004-38.4337

#e83ccd color RGB value is (232,60,205).

#e83ccd hex color red value is 232, green value is 60 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e83ccd hue: 0.86 , saturation: 0.79 and the lightness value of e83ccd is 0.57.

The process color (four color CMYK) of #e83ccd color hex is 0.00, 0.74, 0.12, 0.09. Web safe color of #e83ccd is #ff33cc. Color #e83ccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111100 11001101
Octal 350 74 315
Decimal 232 60 205
Hex E8 3C CD

RGB Percentages of Color #e83ccd

%46.68
%12.07
%41.25

CMYK Percentages of Color #e83ccd

%0
%74
%12
%9

Triadic Colors of #e83ccd

#e83ccd #cde83c #3ccde8

Analogous Colors of #e83ccd

#e83ccd #e83c77 #ad3ce8

Monochromatic Colors of #e83ccd

#e83ccd

Complementary Color

#e83ccd #3ce857

#e83ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83ccd Color CSS Codes

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

#e83ccd Text Font Color

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

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


#e83ccd Background Color

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

This div background color is #e83ccd


#e83ccd Border Color

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

This div border color is #e83ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83ccd


Comments

No comments written yet.

Please login to write comment.