Color Hex Logo

#f83bec Color Hex

#F83BEC
(248,59,236)
0 Favorites   0 Comments

Color spaces of #f83bec

RGB 24859236
HSL0.840.930.60
HSV304°76°97°
CMYK 0.000.760.05   0.03
XYZ55.415729.140582.0608
Yxy29.14050.33260.1749
Hunter Lab53.981988.7726-52.3425
CIE-Lab60.905486.2146-49.4116

#f83bec color RGB value is (248,59,236).

#f83bec hex color red value is 248, green value is 59 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f83bec hue: 0.84 , saturation: 0.93 and the lightness value of f83bec is 0.60.

The process color (four color CMYK) of #f83bec color hex is 0.00, 0.76, 0.05, 0.03. Web safe color of #f83bec is #ff33ff. Color #f83bec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111011 11101100
Octal 370 73 354
Decimal 248 59 236
Hex F8 3B EC

RGB Percentages of Color #f83bec

%45.67
%10.87
%43.46

CMYK Percentages of Color #f83bec

%0
%76
%5
%3

Triadic Colors of #f83bec

#f83bec #ecf83b #3becf8

Analogous Colors of #f83bec

#f83bec #f83b8e #a63bf8

Monochromatic Colors of #f83bec

#f83bec

Complementary Color

#f83bec #3bf847

#f83bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83bec Color CSS Codes

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

#f83bec Text Font Color

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

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


#f83bec Background Color

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

This div background color is #f83bec


#f83bec Border Color

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

This div border color is #f83bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,59,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f83bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f83bec;
  -webkit-box-shadow: 1px 1px 3px 2px #f83bec;
  box-shadow:         1px 1px 3px 2px #f83bec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,59,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83bec


Comments

No comments written yet.

Please login to write comment.