Color Hex Logo

#e632bd Color Hex

#E632BD
(230,50,189)
0 Favorites   0 Comments

Color spaces of #e632bd

RGB 23050189
HSL0.870.780.55
HSV314°78°90°
CMYK 0.000.780.18   0.10
XYZ42.959022.778350.2766
Yxy22.77830.37030.1963
Hunter Lab47.726677.1473-29.0492
CIE-Lab54.843278.3560-32.4407

#e632bd color RGB value is (230,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110010 10111101
Octal 346 62 275
Decimal 230 50 189
Hex E6 32 BD

RGB Percentages of Color #e632bd

%49.04
%10.66
%40.30

CMYK Percentages of Color #e632bd

%0
%78
%18
%10

Triadic Colors of #e632bd

#e632bd #bde632 #32bde6

Analogous Colors of #e632bd

#e632bd #e63263 #b532e6

Monochromatic Colors of #e632bd

#e632bd

Complementary Color

#e632bd #32e65b

#e632bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e632bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e632bd Color CSS Codes

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

#e632bd Text Font Color

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

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


#e632bd Background Color

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

This div background color is #e632bd


#e632bd Border Color

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

This div border color is #e632bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,50,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e632bd


Comments

No comments written yet.

Please login to write comment.