Color Hex Logo

#e634bd Color Hex

#E634BD
(230,52,189)
0 Favorites   0 Comments

Color spaces of #e634bd

RGB 23052189
HSL0.870.780.55
HSV314°77°90°
CMYK 0.000.770.18   0.10
XYZ43.046422.953150.3057
Yxy22.95310.37010.1974
Hunter Lab47.909476.5401-28.7190
CIE-Lab55.024077.8370-32.1589

#e634bd color RGB value is (230,52,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110100 10111101
Octal 346 64 275
Decimal 230 52 189
Hex E6 34 BD

RGB Percentages of Color #e634bd

%48.83
%11.04
%40.13

CMYK Percentages of Color #e634bd

%0
%77
%18
%10

Triadic Colors of #e634bd

#e634bd #bde634 #34bde6

Analogous Colors of #e634bd

#e634bd #e63464 #b634e6

Monochromatic Colors of #e634bd

#e634bd

Complementary Color

#e634bd #34e65d

#e634bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e634bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e634bd Color CSS Codes

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

#e634bd Text Font Color

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

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


#e634bd Background Color

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

This div background color is #e634bd


#e634bd Border Color

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

This div border color is #e634bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e634bd


Comments

No comments written yet.

Please login to write comment.