Color Hex Logo

#ef83ef Color Hex

#EF83EF
(239,131,239)
0 Favorites   0 Comments

Color spaces of #ef83ef

RGB 239131239
HSL0.830.770.73
HSV300°45°94°
CMYK 0.000.450.00   0.06
XYZ59.292940.815386.4144
Yxy40.81530.31790.2188
Hunter Lab63.886953.8625-35.4758
CIE-Lab70.046356.3371-36.8149

#ef83ef color RGB value is (239,131,239).

#ef83ef hex color red value is 239, green value is 131 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ef83ef hue: 0.83 , saturation: 0.77 and the lightness value of ef83ef is 0.73.

The process color (four color CMYK) of #ef83ef color hex is 0.00, 0.45, 0.00, 0.06. Web safe color of #ef83ef is #ff99ff. Color #ef83ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000011 11101111
Octal 357 203 357
Decimal 239 131 239
Hex EF 83 EF

RGB Percentages of Color #ef83ef

%39.24
%21.51
%39.24

CMYK Percentages of Color #ef83ef

%0
%45
%0
%6

Triadic Colors of #ef83ef

#ef83ef #efef83 #83efef

Analogous Colors of #ef83ef

#ef83ef #ef83b9 #b983ef

Monochromatic Colors of #ef83ef

#ef83ef

Complementary Color

#ef83ef #83ef83

#ef83ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef83ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef83ef Color CSS Codes

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

#ef83ef Text Font Color

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

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


#ef83ef Background Color

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

This div background color is #ef83ef


#ef83ef Border Color

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

This div border color is #ef83ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef83ef


Comments

No comments written yet.

Please login to write comment.