Color Hex Logo

#f83deb Color Hex

#F83DEB
(248,61,235)
0 Favorites   0 Comments

Color spaces of #f83deb

RGB 24861235
HSL0.840.930.61
HSV304°75°97°
CMYK 0.000.750.05   0.03
XYZ55.375529.292181.3326
Yxy29.29210.33360.1765
Hunter Lab54.122287.9198-51.2131
CIE-Lab61.038685.5397-48.6421

#f83deb color RGB value is (248,61,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111101 11101011
Octal 370 75 353
Decimal 248 61 235
Hex F8 3D EB

RGB Percentages of Color #f83deb

%45.59
%11.21
%43.20

CMYK Percentages of Color #f83deb

%0
%75
%5
%3

Triadic Colors of #f83deb

#f83deb #ebf83d #3debf8

Analogous Colors of #f83deb

#f83deb #f83d8e #a83df8

Monochromatic Colors of #f83deb

#f83deb

Complementary Color

#f83deb #3df84a

#f83deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83deb Color CSS Codes

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

#f83deb Text Font Color

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

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


#f83deb Background Color

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

This div background color is #f83deb


#f83deb Border Color

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

This div border color is #f83deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83deb


Comments

No comments written yet.

Please login to write comment.