Color Hex Logo

#fc43dd Color Hex

#FC43DD
(252,67,221)
0 Favorites   0 Comments

Color spaces of #fc43dd

RGB 25267221
HSL0.860.970.63
HSV310°73°99°
CMYK 0.000.730.12   0.01
XYZ55.203229.930271.2742
Yxy29.93020.35290.1914
Hunter Lab54.708584.3742-38.9470
CIE-Lab61.594082.7122-39.8724

#fc43dd color RGB value is (252,67,221).

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

The process color (four color CMYK) of #fc43dd color hex is 0.00, 0.73, 0.12, 0.01. Web safe color of #fc43dd is #ff33cc. Color #fc43dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000011 11011101
Octal 374 103 335
Decimal 252 67 221
Hex FC 43 DD

RGB Percentages of Color #fc43dd

%46.67
%12.41
%40.93

CMYK Percentages of Color #fc43dd

%0
%73
%12
%1

Triadic Colors of #fc43dd

#fc43dd #ddfc43 #43ddfc

Analogous Colors of #fc43dd

#fc43dd #fc4381 #bf43fc

Monochromatic Colors of #fc43dd

#fc43dd

Complementary Color

#fc43dd #43fc62

#fc43dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc43dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc43dd Color CSS Codes

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

#fc43dd Text Font Color

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

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


#fc43dd Background Color

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

This div background color is #fc43dd


#fc43dd Border Color

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

This div border color is #fc43dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,67,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 #fc43dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc43dd

Related Colors


Comments

No comments written yet.

Please login to write comment.