Color Hex Logo

#d54cfc Color Hex

#D54CFC
(213,76,252)
0 Favorites   0 Comments

Color spaces of #d54cfc

RGB 21376252
HSL0.800.970.64
HSV287°70°99°
CMYK 0.150.700.00   0.01
XYZ47.595726.343394.6717
Yxy26.34330.28230.1562
Hunter Lab51.325775.7077-73.4340
CIE-Lab58.361576.5275-62.6806

#d54cfc color RGB value is (213,76,252).

#d54cfc hex color red value is 213, green value is 76 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d54cfc hue: 0.80 , saturation: 0.97 and the lightness value of d54cfc is 0.64.

The process color (four color CMYK) of #d54cfc color hex is 0.15, 0.70, 0.00, 0.01. Web safe color of #d54cfc is #cc33ff. Color #d54cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001100 11111100
Octal 325 114 374
Decimal 213 76 252
Hex D5 4C FC

RGB Percentages of Color #d54cfc

%39.37
%14.05
%46.58

CMYK Percentages of Color #d54cfc

%15
%70
%0
%1

Triadic Colors of #d54cfc

#d54cfc #fcd54c #4cfcd5

Analogous Colors of #d54cfc

#d54cfc #fc4ccb #7d4cfc

Monochromatic Colors of #d54cfc

#d54cfc

Complementary Color

#d54cfc #73fc4c

#d54cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54cfc Color CSS Codes

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

#d54cfc Text Font Color

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

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


#d54cfc Background Color

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

This div background color is #d54cfc


#d54cfc Border Color

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

This div border color is #d54cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.