Color Hex Logo

#fc0dba Color Hex

#FC0DBA
(252,13,186)
0 Favorites   0 Comments

Color spaces of #fc0dba

RGB 25213186
HSL0.880.980.52
HSV317°95°99°
CMYK 0.000.950.26   0.01
XYZ49.151724.528548.5983
Yxy24.52850.40200.2006
Hunter Lab49.526390.4791-23.5107
CIE-Lab56.613188.3441-27.6497

#fc0dba color RGB value is (252,13,186).

#fc0dba hex color red value is 252, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fc0dba hue: 0.88 , saturation: 0.98 and the lightness value of fc0dba is 0.52.

The process color (four color CMYK) of #fc0dba color hex is 0.00, 0.95, 0.26, 0.01. Web safe color of #fc0dba is #ff00cc. Color #fc0dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001101 10111010
Octal 374 15 272
Decimal 252 13 186
Hex FC D BA

RGB Percentages of Color #fc0dba

%55.88
%2.88
%41.24

CMYK Percentages of Color #fc0dba

%0
%95
%26
%1

Triadic Colors of #fc0dba

#fc0dba #bafc0d #0dbafc

Analogous Colors of #fc0dba

#fc0dba #fc0d42 #c70dfc

Monochromatic Colors of #fc0dba

#fc0dba

Complementary Color

#fc0dba #0dfc4f

#fc0dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0dba Color CSS Codes

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

#fc0dba Text Font Color

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

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


#fc0dba Background Color

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

This div background color is #fc0dba


#fc0dba Border Color

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

This div border color is #fc0dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,13,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc0dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc0dba;
  -webkit-box-shadow: 1px 1px 3px 2px #fc0dba;
  box-shadow:         1px 1px 3px 2px #fc0dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,13,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0dba


Comments

No comments written yet.

Please login to write comment.