Color Hex Logo

#ef23f1 Color Hex

#EF23F1
(239,35,241)
0 Favorites   0 Comments

Color spaces of #ef23f1

RGB 23935241
HSL0.830.880.54
HSV299°85°95°
CMYK 0.010.850.00   0.05
XYZ52.074825.903785.4743
Yxy25.90370.31860.1585
Hunter Lab50.895793.5680-63.9448
CIE-Lab57.945590.4041-57.0044

#ef23f1 color RGB value is (239,35,241).

#ef23f1 hex color red value is 239, green value is 35 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ef23f1 hue: 0.83 , saturation: 0.88 and the lightness value of ef23f1 is 0.54.

The process color (four color CMYK) of #ef23f1 color hex is 0.01, 0.85, 0.00, 0.05. Web safe color of #ef23f1 is #ff33ff. Color #ef23f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100011 11110001
Octal 357 43 361
Decimal 239 35 241
Hex EF 23 F1

RGB Percentages of Color #ef23f1

%46.41
%6.80
%46.80

CMYK Percentages of Color #ef23f1

%1
%85
%0
%5

Triadic Colors of #ef23f1

#ef23f1 #f1ef23 #23f1ef

Analogous Colors of #ef23f1

#ef23f1 #f1238c #8823f1

Monochromatic Colors of #ef23f1

#ef23f1

Complementary Color

#ef23f1 #25f123

#ef23f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef23f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef23f1 Color CSS Codes

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

#ef23f1 Text Font Color

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

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


#ef23f1 Background Color

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

This div background color is #ef23f1


#ef23f1 Border Color

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

This div border color is #ef23f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef23f1


Comments

No comments written yet.

Please login to write comment.