Color Hex Logo

#e67fdb Color Hex

#E67FDB
(230,127,219)
0 Favorites   0 Comments

Color spaces of #e67fdb

RGB 230127219
HSL0.850.670.70
HSV306°45°90°
CMYK 0.000.450.05   0.10
XYZ53.008737.116271.3881
Yxy37.11620.32820.2298
Hunter Lab60.923148.6961-26.8284
CIE-Lab67.364152.2380-30.0163

#e67fdb color RGB value is (230,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111111 11011011
Octal 346 177 333
Decimal 230 127 219
Hex E6 7F DB

RGB Percentages of Color #e67fdb

%39.93
%22.05
%38.02

CMYK Percentages of Color #e67fdb

%0
%45
%5
%10

Triadic Colors of #e67fdb

#e67fdb #dbe67f #7fdbe6

Analogous Colors of #e67fdb

#e67fdb #e67fa8 #be7fe6

Monochromatic Colors of #e67fdb

#e67fdb

Complementary Color

#e67fdb #7fe68a

#e67fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67fdb Color CSS Codes

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

#e67fdb Text Font Color

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

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


#e67fdb Background Color

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

This div background color is #e67fdb


#e67fdb Border Color

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

This div border color is #e67fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67fdb


Comments

No comments written yet.

Please login to write comment.