Color Hex Logo

#ef335b Color Hex

#EF335B
(239,51,91)
0 Favorites   0 Comments

Color spaces of #ef335b

RGB 2395191
HSL0.960.850.57
HSV347°79°94°
CMYK 0.000.790.62   0.06
XYZ38.668821.473712.0043
Yxy21.47370.53600.2976
Hunter Lab46.339767.857217.0787
CIE-Lab53.464171.076723.8648

#ef335b color RGB value is (239,51,91).

#ef335b hex color red value is 239, green value is 51 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ef335b hue: 0.96 , saturation: 0.85 and the lightness value of ef335b is 0.57.

The process color (four color CMYK) of #ef335b color hex is 0.00, 0.79, 0.62, 0.06. Web safe color of #ef335b is #ff3366. Color #ef335b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 01011011
Octal 357 63 133
Decimal 239 51 91
Hex EF 33 5B

RGB Percentages of Color #ef335b

%62.73
%13.39
%23.88

CMYK Percentages of Color #ef335b

%0
%79
%62
%6

Triadic Colors of #ef335b

#ef335b #5bef33 #335bef

Analogous Colors of #ef335b

#ef335b #ef6933 #ef33b9

Monochromatic Colors of #ef335b

#ef335b

Complementary Color

#ef335b #33efc7

#ef335b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef335b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef335b Color CSS Codes

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

#ef335b Text Font Color

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

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


#ef335b Background Color

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

This div background color is #ef335b


#ef335b Border Color

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

This div border color is #ef335b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef335b


Comments

No comments written yet.

Please login to write comment.