Color Hex Logo

#ef2185 Color Hex

#EF2185
(239,33,133)
0 Favorites   0 Comments

Color spaces of #ef2185

RGB 23933133
HSL0.920.870.53
HSV331°86°94°
CMYK 0.000.860.44   0.06
XYZ40.374121.131924.1412
Yxy21.13190.47140.2467
Hunter Lab45.969476.32671.0420
CIE-Lab53.093578.0419-1.9227

#ef2185 color RGB value is (239,33,133).

#ef2185 hex color red value is 239, green value is 33 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ef2185 hue: 0.92 , saturation: 0.87 and the lightness value of ef2185 is 0.53.

The process color (four color CMYK) of #ef2185 color hex is 0.00, 0.86, 0.44, 0.06. Web safe color of #ef2185 is #ff3399. Color #ef2185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100001 10000101
Octal 357 41 205
Decimal 239 33 133
Hex EF 21 85

RGB Percentages of Color #ef2185

%59.01
%8.15
%32.84

CMYK Percentages of Color #ef2185

%0
%86
%44
%6

Triadic Colors of #ef2185

#ef2185 #85ef21 #2185ef

Analogous Colors of #ef2185

#ef2185 #ef2421 #ef21ec

Monochromatic Colors of #ef2185

#ef2185

Complementary Color

#ef2185 #21ef8b

#ef2185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2185 Color CSS Codes

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

#ef2185 Text Font Color

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

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


#ef2185 Background Color

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

This div background color is #ef2185


#ef2185 Border Color

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

This div border color is #ef2185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2185


Comments

No comments written yet.

Please login to write comment.