Color Hex Logo

#f04ceb Color Hex

#F04CEB
(240,76,235)
0 Favorites   0 Comments

Color spaces of #f04ceb

RGB 24076235
HSL0.840.850.62
HSV302°68°94°
CMYK 0.000.680.02   0.06
XYZ53.515029.692381.5079
Yxy29.69230.32490.1803
Hunter Lab54.490679.9454-50.5434
CIE-Lab61.387879.3041-48.1702

#f04ceb color RGB value is (240,76,235).

#f04ceb hex color red value is 240, green value is 76 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f04ceb hue: 0.84 , saturation: 0.85 and the lightness value of f04ceb is 0.62.

The process color (four color CMYK) of #f04ceb color hex is 0.00, 0.68, 0.02, 0.06. Web safe color of #f04ceb is #ff33ff. Color #f04ceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001100 11101011
Octal 360 114 353
Decimal 240 76 235
Hex F0 4C EB

RGB Percentages of Color #f04ceb

%43.56
%13.79
%42.65

CMYK Percentages of Color #f04ceb

%0
%68
%2
%6

Triadic Colors of #f04ceb

#f04ceb #ebf04c #4cebf0

Analogous Colors of #f04ceb

#f04ceb #f04c99 #a34cf0

Monochromatic Colors of #f04ceb

#f04ceb

Complementary Color

#f04ceb #4cf051

#f04ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04ceb Color CSS Codes

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

#f04ceb Text Font Color

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

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


#f04ceb Background Color

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

This div background color is #f04ceb


#f04ceb Border Color

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

This div border color is #f04ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04ceb


Comments

No comments written yet.

Please login to write comment.