Color Hex Logo

#e65bd3 Color Hex

#E65BD3
(230,91,211)
0 Favorites   0 Comments

Color spaces of #e65bd3

RGB 23091211
HSL0.860.740.63
HSV308°60°90°
CMYK 0.000.600.08   0.10
XYZ48.132129.008364.6903
Yxy29.00830.33940.2045
Hunter Lab53.859465.2649-33.5115
CIE-Lab60.789067.5503-35.7396

#e65bd3 color RGB value is (230,91,211).

#e65bd3 hex color red value is 230, green value is 91 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #e65bd3 hue: 0.86 , saturation: 0.74 and the lightness value of e65bd3 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011011 11010011
Octal 346 133 323
Decimal 230 91 211
Hex E6 5B D3

RGB Percentages of Color #e65bd3

%43.23
%17.11
%39.66

CMYK Percentages of Color #e65bd3

%0
%60
%8
%10

Triadic Colors of #e65bd3

#e65bd3 #d3e65b #5bd3e6

Analogous Colors of #e65bd3

#e65bd3 #e65b8e #b45be6

Monochromatic Colors of #e65bd3

#e65bd3

Complementary Color

#e65bd3 #5be66e

#e65bd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65bd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65bd3 Color CSS Codes

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

#e65bd3 Text Font Color

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

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


#e65bd3 Background Color

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

This div background color is #e65bd3


#e65bd3 Border Color

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

This div border color is #e65bd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65bd3


Comments

No comments written yet.

Please login to write comment.