color codes Logo

#e65bdd color codes

#E65BDD
(230,91,221)
0 Favorites   0 Comments

Color spaces of #e65bdd

RGB 23091221
HSL0.840.740.63
HSV304°60°90°
CMYK 0.000.600.04   0.10
XYZ49.425429.525671.5006
Yxy29.52560.32850.1962
Hunter Lab54.337567.2732-39.9812
CIE-Lab61.242769.1324-40.6616

#e65bdd color RGB value is (230,91,221).

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

The process color (four color CMYK) of #e65bdd color code is 0.00, 0.60, 0.04, 0.10. Web safe color of #e65bdd is #ff66cc. Color #e65bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011011 11011101
Octal 346 133 335
Decimal 230 91 221
Hex E6 5B DD

RGB Percentages of Color #e65bdd

%42.44
%16.79
%40.77

CMYK Percentages of Color #e65bdd

%0
%60
%4
%10

Triadic Colors of #e65bdd

#e65bdd #dde65b #5bdde6

Analogous Colors of #e65bdd

#e65bdd #e65b98 #aa5be6

Monochromatic Colors of #e65bdd

#e65bdd

Complementary Color

#e65bdd #5be664

#e65bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65bdd Color CSS Codes

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

#e65bdd Text Font Color

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

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


#e65bdd Background Color

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

This div background color is #e65bdd


#e65bdd Border Color

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

This div border color is #e65bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65bdd


Comments

No comments written yet.

Please login to write comment.