color codes Logo

#fc28dd color codes

#FC28DD
(252,40,221)
0 Favorites   0 Comments

Color spaces of #fc28dd

RGB 25240221
HSL0.860.970.57
HSV309°84°99°
CMYK 0.000.840.12   0.01
XYZ53.954827.433570.8581
Yxy27.43350.35440.1802
Hunter Lab52.377092.2174-43.5464
CIE-Lab59.373589.1146-43.3622

#fc28dd color RGB value is (252,40,221).

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

The process color (four color CMYK) of #fc28dd color code is 0.00, 0.84, 0.12, 0.01. Web safe color of #fc28dd is #ff33cc. Color #fc28dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101000 11011101
Octal 374 50 335
Decimal 252 40 221
Hex FC 28 DD

RGB Percentages of Color #fc28dd

%49.12
%7.80
%43.08

CMYK Percentages of Color #fc28dd

%0
%84
%12
%1

Triadic Colors of #fc28dd

#fc28dd #ddfc28 #28ddfc

Analogous Colors of #fc28dd

#fc28dd #fc2873 #b128fc

Monochromatic Colors of #fc28dd

#fc28dd

Complementary Color

#fc28dd #28fc47

#fc28dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc28dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc28dd Color CSS Codes

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

#fc28dd Text Font Color

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

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


#fc28dd Background Color

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

This div background color is #fc28dd


#fc28dd Border Color

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

This div border color is #fc28dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc28dd

Related Colors


Comments

No comments written yet.

Please login to write comment.