Color Hex Logo

#f05cdc Color Hex

#F05CDC
(240,92,220)
0 Favorites   0 Comments

Color spaces of #f05cdc

RGB 24092220
HSL0.860.830.65
HSV308°62°94°
CMYK 0.000.620.08   0.06
XYZ52.680631.346970.9841
Yxy31.34690.33980.2022
Hunter Lab55.988369.9750-35.9783
CIE-Lab62.799471.0627-37.5581

#f05cdc color RGB value is (240,92,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011100 11011100
Octal 360 134 334
Decimal 240 92 220
Hex F0 5C DC

RGB Percentages of Color #f05cdc

%43.48
%16.67
%39.86

CMYK Percentages of Color #f05cdc

%0
%62
%8
%6

Triadic Colors of #f05cdc

#f05cdc #dcf05c #5cdcf0

Analogous Colors of #f05cdc

#f05cdc #f05c92 #ba5cf0

Monochromatic Colors of #f05cdc

#f05cdc

Complementary Color

#f05cdc #5cf070

#f05cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05cdc Color CSS Codes

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

#f05cdc Text Font Color

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

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


#f05cdc Background Color

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

This div background color is #f05cdc


#f05cdc Border Color

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

This div border color is #f05cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05cdc


Comments

No comments written yet.

Please login to write comment.