Color Hex Logo

#e67dfc Color Hex

#E67DFC
(230,125,252)
0 Favorites   0 Comments

Color spaces of #e67dfc

RGB 230125252
HSL0.800.950.74
HSV290°50°99°
CMYK 0.090.500.00   0.01
XYZ57.537438.518596.4977
Yxy38.51850.29880.2000
Hunter Lab62.063356.8724-48.7414
CIE-Lab68.401059.1702-46.5905

#e67dfc color RGB value is (230,125,252).

#e67dfc hex color red value is 230, green value is 125 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e67dfc hue: 0.80 , saturation: 0.95 and the lightness value of e67dfc is 0.74.

The process color (four color CMYK) of #e67dfc color hex is 0.09, 0.50, 0.00, 0.01. Web safe color of #e67dfc is #ff66ff. Color #e67dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111101 11111100
Octal 346 175 374
Decimal 230 125 252
Hex E6 7D FC

RGB Percentages of Color #e67dfc

%37.89
%20.59
%41.52

CMYK Percentages of Color #e67dfc

%9
%50
%0
%1

Triadic Colors of #e67dfc

#e67dfc #fce67d #7dfce6

Analogous Colors of #e67dfc

#e67dfc #fc7dd3 #a77dfc

Monochromatic Colors of #e67dfc

#e67dfc

Complementary Color

#e67dfc #93fc7d

#e67dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67dfc Color CSS Codes

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

#e67dfc Text Font Color

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

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


#e67dfc Background Color

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

This div background color is #e67dfc


#e67dfc Border Color

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

This div border color is #e67dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67dfc


Comments

No comments written yet.

Please login to write comment.