Color Hex Logo

#ed92ef Color Hex

#ED92EF
(237,146,239)
0 Favorites   0 Comments

Color spaces of #ed92ef

RGB 237146239
HSL0.830.740.75
HSV299°39°94°
CMYK 0.010.390.00   0.06
XYZ60.783944.794387.1039
Yxy44.79430.31550.2325
Hunter Lab66.928544.9871-30.3128
CIE-Lab72.756248.2079-32.6338

#ed92ef color RGB value is (237,146,239).

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

The process color (four color CMYK) of #ed92ef color hex is 0.01, 0.39, 0.00, 0.06. Web safe color of #ed92ef is #ff99ff. Color #ed92ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010010 11101111
Octal 355 222 357
Decimal 237 146 239
Hex ED 92 EF

RGB Percentages of Color #ed92ef

%38.10
%23.47
%38.42

CMYK Percentages of Color #ed92ef

%1
%39
%0
%6

Triadic Colors of #ed92ef

#ed92ef #efed92 #92efed

Analogous Colors of #ed92ef

#ed92ef #ef92c3 #bf92ef

Monochromatic Colors of #ed92ef

#ed92ef

Complementary Color

#ed92ef #94ef92

#ed92ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed92ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed92ef Color CSS Codes

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

#ed92ef Text Font Color

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

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


#ed92ef Background Color

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

This div background color is #ed92ef


#ed92ef Border Color

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

This div border color is #ed92ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,146,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 #ed92ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed92ef


Comments

No comments written yet.

Please login to write comment.