Color Hex Logo

#f93cda Color Hex

#F93CDA
(249,60,218)
0 Favorites   0 Comments

Color spaces of #f93cda

RGB 24960218
HSL0.860.940.61
HSV310°76°98°
CMYK 0.000.760.12   0.02
XYZ53.337728.433469.0067
Yxy28.43340.35380.1886
Hunter Lab53.323085.2341-39.4027
CIE-Lab60.278383.6301-40.2793

#f93cda color RGB value is (249,60,218).

#f93cda hex color red value is 249, green value is 60 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f93cda hue: 0.86 , saturation: 0.94 and the lightness value of f93cda is 0.61.

The process color (four color CMYK) of #f93cda color hex is 0.00, 0.76, 0.12, 0.02. Web safe color of #f93cda is #ff33cc. Color #f93cda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111100 11011010
Octal 371 74 332
Decimal 249 60 218
Hex F9 3C DA

RGB Percentages of Color #f93cda

%47.25
%11.39
%41.37

CMYK Percentages of Color #f93cda

%0
%76
%12
%2

Triadic Colors of #f93cda

#f93cda #daf93c #3cdaf9

Analogous Colors of #f93cda

#f93cda #f93c7c #ba3cf9

Monochromatic Colors of #f93cda

#f93cda

Complementary Color

#f93cda #3cf95b

#f93cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93cda Color CSS Codes

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

#f93cda Text Font Color

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

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


#f93cda Background Color

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

This div background color is #f93cda


#f93cda Border Color

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

This div border color is #f93cda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,60,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93cda


Comments

No comments written yet.

Please login to write comment.