color codes Logo

#ed71ef color codes

#ED71EF
(237,113,239)
0 Favorites   0 Comments

Color spaces of #ed71ef

RGB 237113239
HSL0.830.800.69
HSV299°53°94°
CMYK 0.010.530.00   0.06
XYZ56.410236.046885.6459
Yxy36.04680.31670.2024
Hunter Lab60.039062.6431-42.5502
CIE-Lab66.555764.3441-42.2827

#ed71ef color RGB value is (237,113,239).

#ed71ef hex color red value is 237, green value is 113 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ed71ef hue: 0.83 , saturation: 0.80 and the lightness value of ed71ef is 0.69.

The process color (four color CMYK) of #ed71ef color code is 0.01, 0.53, 0.00, 0.06. Web safe color of #ed71ef is #ff66ff. Color #ed71ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110001 11101111
Octal 355 161 357
Decimal 237 113 239
Hex ED 71 EF

RGB Percentages of Color #ed71ef

%40.24
%19.19
%40.58

CMYK Percentages of Color #ed71ef

%1
%53
%0
%6

Triadic Colors of #ed71ef

#ed71ef #efed71 #71efed

Analogous Colors of #ed71ef

#ed71ef #ef71b2 #ae71ef

Monochromatic Colors of #ed71ef

#ed71ef

Complementary Color

#ed71ef #73ef71

#ed71ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed71ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed71ef Color CSS Codes

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

#ed71ef Text Font Color

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

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


#ed71ef Background Color

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

This div background color is #ed71ef


#ed71ef Border Color

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

This div border color is #ed71ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed71ef


Comments

No comments written yet.

Please login to write comment.