Color Hex Logo

#f05ccb Color Hex

#F05CCB
(240,92,203)
0 Favorites   0 Comments

Color spaces of #f05ccb

RGB 24092203
HSL0.880.830.65
HSV315°62°94°
CMYK 0.000.620.15   0.06
XYZ50.541830.491459.7215
Yxy30.49140.35910.2166
Hunter Lab55.219066.7472-25.4711
CIE-Lab62.075968.5458-29.1007

#f05ccb color RGB value is (240,92,203).

#f05ccb hex color red value is 240, green value is 92 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f05ccb hue: 0.88 , saturation: 0.83 and the lightness value of f05ccb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011100 11001011
Octal 360 134 313
Decimal 240 92 203
Hex F0 5C CB

RGB Percentages of Color #f05ccb

%44.86
%17.20
%37.94

CMYK Percentages of Color #f05ccb

%0
%62
%15
%6

Triadic Colors of #f05ccb

#f05ccb #cbf05c #5ccbf0

Analogous Colors of #f05ccb

#f05ccb #f05c81 #cb5cf0

Monochromatic Colors of #f05ccb

#f05ccb

Complementary Color

#f05ccb #5cf081

#f05ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05ccb Color CSS Codes

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

#f05ccb Text Font Color

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

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


#f05ccb Background Color

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

This div background color is #f05ccb


#f05ccb Border Color

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

This div border color is #f05ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05ccb


Comments

No comments written yet.

Please login to write comment.