Color Hex Logo

#f05dc5 Color Hex

#F05DC5
(240,93,197)
3 Favorites   0 Comments

Color spaces of #f05dc5

RGB 24093197
HSL0.880.830.65
HSV318°61°94°
CMYK 0.000.610.18   0.06
XYZ49.927630.385256.0568
Yxy30.38520.36610.2228
Hunter Lab55.122865.2120-21.7087
CIE-Lab61.985267.2894-25.8376

#f05dc5 color RGB value is (240,93,197).

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

The process color (four color CMYK) of #f05dc5 color hex is 0.00, 0.61, 0.18, 0.06. Web safe color of #f05dc5 is #ff66cc. Color #f05dc5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011101 11000101
Octal 360 135 305
Decimal 240 93 197
Hex F0 5D C5

RGB Percentages of Color #f05dc5

%45.28
%17.55
%37.17

CMYK Percentages of Color #f05dc5

%0
%61
%18
%6

Triadic Colors of #f05dc5

#f05dc5 #c5f05d #5dc5f0

Analogous Colors of #f05dc5

#f05dc5 #f05d7c #d25df0

Monochromatic Colors of #f05dc5

#f05dc5

Complementary Color

#f05dc5 #5df088

#f05dc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05dc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05dc5 Color CSS Codes

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

#f05dc5 Text Font Color

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

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


#f05dc5 Background Color

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

This div background color is #f05dc5


#f05dc5 Border Color

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

This div border color is #f05dc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05dc5


Comments

No comments written yet.

Please login to write comment.