Color Hex Logo

#f23eab Color Hex

#F23EAB
(242,62,171)
0 Favorites   0 Comments

Color spaces of #f23eab

RGB 24262171
HSL0.900.870.60
HSV324°74°95°
CMYK 0.000.740.29   0.05
XYZ45.691325.262840.9961
Yxy25.26280.40810.2257
Hunter Lab50.262174.3086-13.1762
CIE-Lab57.330675.6032-17.9869

#f23eab color RGB value is (242,62,171).

#f23eab hex color red value is 242, green value is 62 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f23eab hue: 0.90 , saturation: 0.87 and the lightness value of f23eab is 0.60.

The process color (four color CMYK) of #f23eab color hex is 0.00, 0.74, 0.29, 0.05. Web safe color of #f23eab is #ff3399. Color #f23eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00111110 10101011
Octal 362 76 253
Decimal 242 62 171
Hex F2 3E AB

RGB Percentages of Color #f23eab

%50.95
%13.05
%36.00

CMYK Percentages of Color #f23eab

%0
%74
%29
%5

Triadic Colors of #f23eab

#f23eab #abf23e #3eabf2

Analogous Colors of #f23eab

#f23eab #f23e51 #df3ef2

Monochromatic Colors of #f23eab

#f23eab

Complementary Color

#f23eab #3ef285

#f23eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f23eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f23eab Color CSS Codes

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

#f23eab Text Font Color

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

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


#f23eab Background Color

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

This div background color is #f23eab


#f23eab Border Color

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

This div border color is #f23eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,62,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f23eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f23eab;
  -webkit-box-shadow: 1px 1px 3px 2px #f23eab;
  box-shadow:         1px 1px 3px 2px #f23eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,62,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f23eab

Related Colors


Comments

No comments written yet.

Please login to write comment.