Color Hex Logo

#e632cd Color Hex

#E632CD
(230,50,205)
0 Favorites   0 Comments

Color spaces of #e632cd

RGB 23050205
HSL0.860.780.55
HSV308°78°90°
CMYK 0.000.780.11   0.10
XYZ44.793223.512059.9350
Yxy23.51200.34930.1833
Hunter Lab48.489280.0382-39.3429
CIE-Lab55.595880.4972-40.4681

#e632cd color RGB value is (230,50,205).

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

The process color (four color CMYK) of #e632cd color hex is 0.00, 0.78, 0.11, 0.10. Web safe color of #e632cd is #ff33cc. Color #e632cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110010 11001101
Octal 346 62 315
Decimal 230 50 205
Hex E6 32 CD

RGB Percentages of Color #e632cd

%47.42
%10.31
%42.27

CMYK Percentages of Color #e632cd

%0
%78
%11
%10

Triadic Colors of #e632cd

#e632cd #cde632 #32cde6

Analogous Colors of #e632cd

#e632cd #e63273 #a532e6

Monochromatic Colors of #e632cd

#e632cd

Complementary Color

#e632cd #32e64b

#e632cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e632cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e632cd Color CSS Codes

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

#e632cd Text Font Color

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

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


#e632cd Background Color

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

This div background color is #e632cd


#e632cd Border Color

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

This div border color is #e632cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e632cd


Comments

No comments written yet.

Please login to write comment.