Color Hex Logo

#f81ceb Color Hex

#F81CEB
(248,28,235)
0 Favorites   0 Comments

Color spaces of #f81ceb

RGB 24828235
HSL0.840.940.54
HSV304°89°97°
CMYK 0.000.890.05   0.03
XYZ54.122026.785180.9148
Yxy26.78510.33450.1655
Hunter Lab51.754396.0960-56.4684
CIE-Lab58.774992.1219-52.2337

#f81ceb color RGB value is (248,28,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011100 11101011
Octal 370 34 353
Decimal 248 28 235
Hex F8 1C EB

RGB Percentages of Color #f81ceb

%48.53
%5.48
%45.99

CMYK Percentages of Color #f81ceb

%0
%89
%5
%3

Triadic Colors of #f81ceb

#f81ceb #ebf81c #1cebf8

Analogous Colors of #f81ceb

#f81ceb #f81c7d #971cf8

Monochromatic Colors of #f81ceb

#f81ceb

Complementary Color

#f81ceb #1cf829

#f81ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81ceb Color CSS Codes

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

#f81ceb Text Font Color

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

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


#f81ceb Background Color

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

This div background color is #f81ceb


#f81ceb Border Color

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

This div border color is #f81ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,28,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 #f81ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81ceb

Related Colors


Comments

No comments written yet.

Please login to write comment.