Color Hex Logo

#d55dfc Color Hex

#D55DFC
(213,93,252)
0 Favorites   0 Comments

Color spaces of #d55dfc

RGB 21393252
HSL0.790.960.68
HSV285°63°99°
CMYK 0.150.630.00   0.01
XYZ48.925629.003195.1150
Yxy29.00310.28270.1676
Hunter Lab53.854567.9177-67.0167
CIE-Lab60.784469.7482-58.8007

#d55dfc color RGB value is (213,93,252).

#d55dfc hex color red value is 213, green value is 93 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d55dfc hue: 0.79 , saturation: 0.96 and the lightness value of d55dfc is 0.68.

The process color (four color CMYK) of #d55dfc color hex is 0.15, 0.63, 0.00, 0.01. Web safe color of #d55dfc is #cc66ff. Color #d55dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011101 11111100
Octal 325 135 374
Decimal 213 93 252
Hex D5 5D FC

RGB Percentages of Color #d55dfc

%38.17
%16.67
%45.16

CMYK Percentages of Color #d55dfc

%15
%63
%0
%1

Triadic Colors of #d55dfc

#d55dfc #fcd55d #5dfcd5

Analogous Colors of #d55dfc

#d55dfc #fc5dd4 #865dfc

Monochromatic Colors of #d55dfc

#d55dfc

Complementary Color

#d55dfc #84fc5d

#d55dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55dfc Color CSS Codes

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

#d55dfc Text Font Color

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

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


#d55dfc Background Color

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

This div background color is #d55dfc


#d55dfc Border Color

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

This div border color is #d55dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.