Color Hex Logo

#f93cca Color Hex

#F93CCA
(249,60,202)
0 Favorites   0 Comments

Color spaces of #f93cca

RGB 24960202
HSL0.870.940.61
HSV315°76°98°
CMYK 0.000.760.19   0.02
XYZ51.343527.635758.5052
Yxy27.63570.37340.2010
Hunter Lab52.569782.3396-29.1855
CIE-Lab59.558281.5287-32.3226

#f93cca color RGB value is (249,60,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111100 11001010
Octal 371 74 312
Decimal 249 60 202
Hex F9 3C CA

RGB Percentages of Color #f93cca

%48.73
%11.74
%39.53

CMYK Percentages of Color #f93cca

%0
%76
%19
%2

Triadic Colors of #f93cca

#f93cca #caf93c #3ccaf9

Analogous Colors of #f93cca

#f93cca #f93c6c #ca3cf9

Monochromatic Colors of #f93cca

#f93cca

Complementary Color

#f93cca #3cf96b

#f93cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93cca Color CSS Codes

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

#f93cca Text Font Color

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

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


#f93cca Background Color

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

This div background color is #f93cca


#f93cca Border Color

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

This div border color is #f93cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93cca


Comments

No comments written yet.

Please login to write comment.