Color Hex Logo

#e67cfd Color Hex

#E67CFD
(230,124,253)
0 Favorites   0 Comments

Color spaces of #e67cfd

RGB 230124253
HSL0.800.970.74
HSV289°51°99°
CMYK 0.090.510.00   0.01
XYZ57.570438.330197.2927
Yxy38.33010.29800.1984
Hunter Lab61.911357.6397-49.8354
CIE-Lab68.263259.8451-47.3543

#e67cfd color RGB value is (230,124,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01111100 11111101
Octal 346 174 375
Decimal 230 124 253
Hex E6 7C FD

RGB Percentages of Color #e67cfd

%37.89
%20.43
%41.68

CMYK Percentages of Color #e67cfd

%9
%51
%0
%1

Triadic Colors of #e67cfd

#e67cfd #fde67c #7cfde6

Analogous Colors of #e67cfd

#e67cfd #fd7cd4 #a67cfd

Monochromatic Colors of #e67cfd

#e67cfd

Complementary Color

#e67cfd #93fd7c

#e67cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e67cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e67cfd Color CSS Codes

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

#e67cfd Text Font Color

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

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


#e67cfd Background Color

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

This div background color is #e67cfd


#e67cfd Border Color

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

This div border color is #e67cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e67cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.