Color Hex Logo

#e65dbc Color Hex

#E65DBC
(230,93,188)
0 Favorites   0 Comments

Color spaces of #e65dbc

RGB 23093188
HSL0.880.730.63
HSV318°60°90°
CMYK 0.000.600.18   0.10
XYZ45.624628.282550.6313
Yxy28.28250.36630.2271
Hunter Lab53.181360.0691-19.2202
CIE-Lab60.143163.2896-23.6657

#e65dbc color RGB value is (230,93,188).

#e65dbc hex color red value is 230, green value is 93 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e65dbc hue: 0.88 , saturation: 0.73 and the lightness value of e65dbc is 0.63.

The process color (four color CMYK) of #e65dbc color hex is 0.00, 0.60, 0.18, 0.10. Web safe color of #e65dbc is #ff66cc. Color #e65dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011101 10111100
Octal 346 135 274
Decimal 230 93 188
Hex E6 5D BC

RGB Percentages of Color #e65dbc

%45.01
%18.20
%36.79

CMYK Percentages of Color #e65dbc

%0
%60
%18
%10

Triadic Colors of #e65dbc

#e65dbc #bce65d #5dbce6

Analogous Colors of #e65dbc

#e65dbc #e65d78 #cc5de6

Monochromatic Colors of #e65dbc

#e65dbc

Complementary Color

#e65dbc #5de687

#e65dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65dbc Color CSS Codes

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

#e65dbc Text Font Color

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

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


#e65dbc Background Color

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

This div background color is #e65dbc


#e65dbc Border Color

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

This div border color is #e65dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65dbc


Comments

No comments written yet.

Please login to write comment.