Color Hex Logo

#e833cd Color Hex

#E833CD
(232,51,205)
0 Favorites   0 Comments

Color spaces of #e833cd

RGB 23251205
HSL0.860.800.55
HSV309°78°91°
CMYK 0.000.780.12   0.09
XYZ45.482023.931259.9796
Yxy23.93120.35150.1850
Hunter Lab48.919580.3478-38.4510
CIE-Lab56.018880.6582-39.7795

#e833cd color RGB value is (232,51,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110011 11001101
Octal 350 63 315
Decimal 232 51 205
Hex E8 33 CD

RGB Percentages of Color #e833cd

%47.54
%10.45
%42.01

CMYK Percentages of Color #e833cd

%0
%78
%12
%9

Triadic Colors of #e833cd

#e833cd #cde833 #33cde8

Analogous Colors of #e833cd

#e833cd #e83373 #a933e8

Monochromatic Colors of #e833cd

#e833cd

Complementary Color

#e833cd #33e84e

#e833cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e833cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e833cd Color CSS Codes

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

#e833cd Text Font Color

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

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


#e833cd Background Color

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

This div background color is #e833cd


#e833cd Border Color

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

This div border color is #e833cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e833cd


Comments

No comments written yet.

Please login to write comment.