Color Hex Logo

#f94ceb Color Hex

#F94CEB
(249,76,235)
0 Favorites   0 Comments

Color spaces of #f94ceb

RGB 24976235
HSL0.850.940.64
HSV305°69°98°
CMYK 0.000.690.06   0.02
XYZ56.646831.306881.6545
Yxy31.30680.33400.1846
Hunter Lab55.952582.7982-47.3584
CIE-Lab62.765881.2664-45.9033

#f94ceb color RGB value is (249,76,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001100 11101011
Octal 371 114 353
Decimal 249 76 235
Hex F9 4C EB

RGB Percentages of Color #f94ceb

%44.46
%13.57
%41.96

CMYK Percentages of Color #f94ceb

%0
%69
%6
%2

Triadic Colors of #f94ceb

#f94ceb #ebf94c #4cebf9

Analogous Colors of #f94ceb

#f94ceb #f94c95 #b14cf9

Monochromatic Colors of #f94ceb

#f94ceb

Complementary Color

#f94ceb #4cf95a

#f94ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94ceb Color CSS Codes

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

#f94ceb Text Font Color

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

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


#f94ceb Background Color

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

This div background color is #f94ceb


#f94ceb Border Color

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

This div border color is #f94ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94ceb

Related Colors


Comments

No comments written yet.

Please login to write comment.