Color Hex Logo

#ed67fe Color Hex

#ED67FE
(237,103,254)
0 Favorites   0 Comments

Color spaces of #ed67fe

RGB 237103254
HSL0.810.990.70
HSV293°59°100°
CMYK 0.070.590.00   0.00
XYZ57.664734.860897.4555
Yxy34.86080.30350.1835
Hunter Lab59.043071.0077-56.5330
CIE-Lab65.640171.3823-51.9842

#ed67fe color RGB value is (237,103,254).

#ed67fe hex color red value is 237, green value is 103 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ed67fe hue: 0.81 , saturation: 0.99 and the lightness value of ed67fe is 0.70.

The process color (four color CMYK) of #ed67fe color hex is 0.07, 0.59, 0.00, 0.00. Web safe color of #ed67fe is #ff66ff. Color #ed67fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100111 11111110
Octal 355 147 376
Decimal 237 103 254
Hex ED 67 FE

RGB Percentages of Color #ed67fe

%39.90
%17.34
%42.76

CMYK Percentages of Color #ed67fe

%7
%59
%0
%0

Triadic Colors of #ed67fe

#ed67fe #feed67 #67feed

Analogous Colors of #ed67fe

#ed67fe #fe67c4 #a267fe

Monochromatic Colors of #ed67fe

#ed67fe

Complementary Color

#ed67fe #78fe67

#ed67fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed67fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed67fe Color CSS Codes

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

#ed67fe Text Font Color

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

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


#ed67fe Background Color

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

This div background color is #ed67fe


#ed67fe Border Color

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

This div border color is #ed67fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,103,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed67fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed67fe;
  -webkit-box-shadow: 1px 1px 3px 2px #ed67fe;
  box-shadow:         1px 1px 3px 2px #ed67fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,103,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed67fe

Related Colors


Comments

No comments written yet.

Please login to write comment.