Color Hex Logo

#f93ecb Color Hex

#F93ECB
(249,62,203)
0 Favorites   0 Comments

Color spaces of #f93ecb

RGB 24962203
HSL0.870.940.61
HSV315°75°98°
CMYK 0.000.750.18   0.02
XYZ51.569027.896859.1665
Yxy27.89680.37200.2012
Hunter Lab52.817481.8504-29.4449
CIE-Lab59.795481.1016-32.5240

#f93ecb color RGB value is (249,62,203).

#f93ecb hex color red value is 249, green value is 62 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f93ecb hue: 0.87 , saturation: 0.94 and the lightness value of f93ecb is 0.61.

The process color (four color CMYK) of #f93ecb color hex is 0.00, 0.75, 0.18, 0.02. Web safe color of #f93ecb is #ff33cc. Color #f93ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111110 11001011
Octal 371 76 313
Decimal 249 62 203
Hex F9 3E CB

RGB Percentages of Color #f93ecb

%48.44
%12.06
%39.49

CMYK Percentages of Color #f93ecb

%0
%75
%18
%2

Triadic Colors of #f93ecb

#f93ecb #cbf93e #3ecbf9

Analogous Colors of #f93ecb

#f93ecb #f93e6e #ca3ef9

Monochromatic Colors of #f93ecb

#f93ecb

Complementary Color

#f93ecb #3ef96c

#f93ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93ecb Color CSS Codes

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

#f93ecb Text Font Color

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

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


#f93ecb Background Color

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

This div background color is #f93ecb


#f93ecb Border Color

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

This div border color is #f93ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93ecb


Comments

No comments written yet.

Please login to write comment.