Color Hex Logo

#ef38a7 Color Hex

#EF38A7
(239,56,167)
0 Favorites   0 Comments

Color spaces of #ef38a7

RGB 23956167
HSL0.900.850.58
HSV324°77°94°
CMYK 0.000.770.30   0.06
XYZ43.985823.969138.8674
Yxy23.96910.41180.2244
Hunter Lab48.958274.6937-12.7989
CIE-Lab56.056876.1581-17.6388

#ef38a7 color RGB value is (239,56,167).

#ef38a7 hex color red value is 239, green value is 56 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ef38a7 hue: 0.90 , saturation: 0.85 and the lightness value of ef38a7 is 0.58.

The process color (four color CMYK) of #ef38a7 color hex is 0.00, 0.77, 0.30, 0.06. Web safe color of #ef38a7 is #ff3399. Color #ef38a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 10100111
Octal 357 70 247
Decimal 239 56 167
Hex EF 38 A7

RGB Percentages of Color #ef38a7

%51.73
%12.12
%36.15

CMYK Percentages of Color #ef38a7

%0
%77
%30
%6

Triadic Colors of #ef38a7

#ef38a7 #a7ef38 #38a7ef

Analogous Colors of #ef38a7

#ef38a7 #ef384c #dc38ef

Monochromatic Colors of #ef38a7

#ef38a7

Complementary Color

#ef38a7 #38ef80

#ef38a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef38a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef38a7 Color CSS Codes

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

#ef38a7 Text Font Color

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

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


#ef38a7 Background Color

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

This div background color is #ef38a7


#ef38a7 Border Color

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

This div border color is #ef38a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef38a7


Comments

No comments written yet.

Please login to write comment.