Color Hex Logo

#e67dff Color Hex

#E67DFF
(230,125,255)
0 Favorites   0 Comments

Color spaces of #e67dff

RGB 230125255
HSL0.801.000.75
HSV288°51°100°
CMYK 0.100.510.00   0.00
XYZ58.016738.710299.0217
Yxy38.71020.29640.1978
Hunter Lab62.217557.5673-50.8102
CIE-Lab68.540859.7389-48.0101

#e67dff color RGB value is (230,125,255).

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

The process color (four color CMYK) of #e67dff color hex is 0.10, 0.51, 0.00, 0.00. Web safe color of #e67dff is #ff66ff. Color #e67dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111101 11111111
Octal 346 175 377
Decimal 230 125 255
Hex E6 7D FF

RGB Percentages of Color #e67dff

%37.70
%20.49
%41.80

CMYK Percentages of Color #e67dff

%10
%51
%0
%0

Triadic Colors of #e67dff

#e67dff #ffe67d #7dffe6

Analogous Colors of #e67dff

#e67dff #ff7dd7 #a57dff

Monochromatic Colors of #e67dff

#e67dff

Complementary Color

#e67dff #96ff7d

#e67dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67dff Color CSS Codes

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

#e67dff Text Font Color

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

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


#e67dff Background Color

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

This div background color is #e67dff


#e67dff Border Color

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

This div border color is #e67dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67dff

Related Colors


Comments

No comments written yet.

Please login to write comment.