Color Hex Logo

#e67ddb Color Hex

#E67DDB
(230,125,219)
0 Favorites   0 Comments

Color spaces of #e67ddb

RGB 230125219
HSL0.850.680.70
HSV306°46°90°
CMYK 0.000.460.05   0.10
XYZ52.752936.604771.3029
Yxy36.60470.32840.2278
Hunter Lab60.501849.7600-27.5235
CIE-Lab66.979453.2332-30.6104

#e67ddb color RGB value is (230,125,219).

#e67ddb hex color red value is 230, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e67ddb hue: 0.85 , saturation: 0.68 and the lightness value of e67ddb is 0.70.

The process color (four color CMYK) of #e67ddb color hex is 0.00, 0.46, 0.05, 0.10. Web safe color of #e67ddb is #ff66cc. Color #e67ddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111101 11011011
Octal 346 175 333
Decimal 230 125 219
Hex E6 7D DB

RGB Percentages of Color #e67ddb

%40.07
%21.78
%38.15

CMYK Percentages of Color #e67ddb

%0
%46
%5
%10

Triadic Colors of #e67ddb

#e67ddb #dbe67d #7ddbe6

Analogous Colors of #e67ddb

#e67ddb #e67da7 #bd7de6

Monochromatic Colors of #e67ddb

#e67ddb

Complementary Color

#e67ddb #7de688

#e67ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67ddb Color CSS Codes

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

#e67ddb Text Font Color

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

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


#e67ddb Background Color

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

This div background color is #e67ddb


#e67ddb Border Color

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

This div border color is #e67ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67ddb


Comments

No comments written yet.

Please login to write comment.