Color Hex Logo

#e632bb Color Hex

#E632BB
(230,50,187)
0 Favorites   0 Comments

Color spaces of #e632bb

RGB 23050187
HSL0.870.780.55
HSV314°78°90°
CMYK 0.000.780.19   0.10
XYZ42.743422.692149.1409
Yxy22.69210.37310.1981
Hunter Lab47.636276.8025-27.8174
CIE-Lab54.753878.0987-31.4222

#e632bb color RGB value is (230,50,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110010 10111011
Octal 346 62 273
Decimal 230 50 187
Hex E6 32 BB

RGB Percentages of Color #e632bb

%49.25
%10.71
%40.04

CMYK Percentages of Color #e632bb

%0
%78
%19
%10

Triadic Colors of #e632bb

#e632bb #bbe632 #32bbe6

Analogous Colors of #e632bb

#e632bb #e63261 #b732e6

Monochromatic Colors of #e632bb

#e632bb

Complementary Color

#e632bb #32e65d

#e632bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e632bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e632bb Color CSS Codes

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

#e632bb Text Font Color

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

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


#e632bb Background Color

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

This div background color is #e632bb


#e632bb Border Color

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

This div border color is #e632bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e632bb


Comments

No comments written yet.

Please login to write comment.