Color Hex Logo

#f053cb Color Hex

#F053CB
(240,83,203)
0 Favorites   0 Comments

Color spaces of #f053cb

RGB 24083203
HSL0.870.840.63
HSV314°65°94°
CMYK 0.000.650.15   0.06
XYZ49.807929.023659.4769
Yxy29.02360.36010.2098
Hunter Lab53.873670.7505-27.7452
CIE-Lab60.802572.0647-31.0726

#f053cb color RGB value is (240,83,203).

#f053cb hex color red value is 240, green value is 83 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f053cb hue: 0.87 , saturation: 0.84 and the lightness value of f053cb is 0.63.

The process color (four color CMYK) of #f053cb color hex is 0.00, 0.65, 0.15, 0.06. Web safe color of #f053cb is #ff66cc. Color #f053cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010011 11001011
Octal 360 123 313
Decimal 240 83 203
Hex F0 53 CB

RGB Percentages of Color #f053cb

%45.63
%15.78
%38.59

CMYK Percentages of Color #f053cb

%0
%65
%15
%6

Triadic Colors of #f053cb

#f053cb #cbf053 #53cbf0

Analogous Colors of #f053cb

#f053cb #f0537d #c753f0

Monochromatic Colors of #f053cb

#f053cb

Complementary Color

#f053cb #53f078

#f053cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f053cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f053cb Color CSS Codes

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

#f053cb Text Font Color

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

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


#f053cb Background Color

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

This div background color is #f053cb


#f053cb Border Color

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

This div border color is #f053cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,83,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f053cb


Comments

No comments written yet.

Please login to write comment.