Color Hex Logo

#e642bd Color Hex

#E642BD
(230,66,189)
0 Favorites   0 Comments

Color spaces of #e642bd

RGB 23066189
HSL0.880.770.58
HSV315°71°90°
CMYK 0.000.710.18   0.10
XYZ43.766624.393550.5458
Yxy24.39350.36870.2055
Hunter Lab49.389871.7451-26.1049
CIE-Lab56.479673.6922-29.8948

#e642bd color RGB value is (230,66,189).

#e642bd hex color red value is 230, green value is 66 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e642bd hue: 0.88 , saturation: 0.77 and the lightness value of e642bd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01000010 10111101
Octal 346 102 275
Decimal 230 66 189
Hex E6 42 BD

RGB Percentages of Color #e642bd

%47.42
%13.61
%38.97

CMYK Percentages of Color #e642bd

%0
%71
%18
%10

Triadic Colors of #e642bd

#e642bd #bde642 #42bde6

Analogous Colors of #e642bd

#e642bd #e6426b #bd42e6

Monochromatic Colors of #e642bd

#e642bd

Complementary Color

#e642bd #42e66b

#e642bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e642bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e642bd Color CSS Codes

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

#e642bd Text Font Color

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

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


#e642bd Background Color

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

This div background color is #e642bd


#e642bd Border Color

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

This div border color is #e642bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e642bd


Comments

No comments written yet.

Please login to write comment.