Color Hex Logo

#fc53dd Color Hex

#FC53DD
(252,83,221)
0 Favorites   0 Comments

Color spaces of #fc53dd

RGB 25283221
HSL0.860.970.66
HSV311°67°99°
CMYK 0.000.670.12   0.01
XYZ56.289332.102471.6362
Yxy32.10240.35170.2006
Hunter Lab56.659078.1821-35.3014
CIE-Lab63.427477.5275-37.0047

#fc53dd color RGB value is (252,83,221).

#fc53dd hex color red value is 252, green value is 83 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fc53dd hue: 0.86 , saturation: 0.97 and the lightness value of fc53dd is 0.66.

The process color (four color CMYK) of #fc53dd color hex is 0.00, 0.67, 0.12, 0.01. Web safe color of #fc53dd is #ff66cc. Color #fc53dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 11011101
Octal 374 123 335
Decimal 252 83 221
Hex FC 53 DD

RGB Percentages of Color #fc53dd

%45.32
%14.93
%39.75

CMYK Percentages of Color #fc53dd

%0
%67
%12
%1

Triadic Colors of #fc53dd

#fc53dd #ddfc53 #53ddfc

Analogous Colors of #fc53dd

#fc53dd #fc5389 #c753fc

Monochromatic Colors of #fc53dd

#fc53dd

Complementary Color

#fc53dd #53fc72

#fc53dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc53dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc53dd Color CSS Codes

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

#fc53dd Text Font Color

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

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


#fc53dd Background Color

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

This div background color is #fc53dd


#fc53dd Border Color

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

This div border color is #fc53dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc53dd


Comments

No comments written yet.

Please login to write comment.