Color Hex Logo

#ef83cd Color Hex

#EF83CD
(239,131,205)
0 Favorites   0 Comments

Color spaces of #ef83cd

RGB 239131205
HSL0.890.770.73
HSV319°45°94°
CMYK 0.000.450.14   0.06
XYZ54.732338.991162.3989
Yxy38.99110.35060.2497
Hunter Lab62.442947.1835-15.5383
CIE-Lab68.744850.7000-20.0135

#ef83cd color RGB value is (239,131,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000011 11001101
Octal 357 203 315
Decimal 239 131 205
Hex EF 83 CD

RGB Percentages of Color #ef83cd

%41.57
%22.78
%35.65

CMYK Percentages of Color #ef83cd

%0
%45
%14
%6

Triadic Colors of #ef83cd

#ef83cd #cdef83 #83cdef

Analogous Colors of #ef83cd

#ef83cd #ef8397 #db83ef

Monochromatic Colors of #ef83cd

#ef83cd

Complementary Color

#ef83cd #83efa5

#ef83cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef83cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef83cd Color CSS Codes

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

#ef83cd Text Font Color

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

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


#ef83cd Background Color

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

This div background color is #ef83cd


#ef83cd Border Color

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

This div border color is #ef83cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef83cd


Comments

No comments written yet.

Please login to write comment.