Color Hex Logo

#d55cfa Color Hex

#D55CFA
(213,92,250)
0 Favorites   0 Comments

Color spaces of #d55cfa

RGB 21392250
HSL0.790.940.67
HSV286°63°98°
CMYK 0.150.630.00   0.02
XYZ48.523028.702693.4252
Yxy28.70260.28430.1682
Hunter Lab53.574867.9125-65.8891
CIE-Lab60.518369.7931-58.1206

#d55cfa color RGB value is (213,92,250).

#d55cfa hex color red value is 213, green value is 92 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d55cfa hue: 0.79 , saturation: 0.94 and the lightness value of d55cfa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011100 11111010
Octal 325 134 372
Decimal 213 92 250
Hex D5 5C FA

RGB Percentages of Color #d55cfa

%38.38
%16.58
%45.05

CMYK Percentages of Color #d55cfa

%15
%63
%0
%2

Triadic Colors of #d55cfa

#d55cfa #fad55c #5cfad5

Analogous Colors of #d55cfa

#d55cfa #fa5cd0 #865cfa

Monochromatic Colors of #d55cfa

#d55cfa

Complementary Color

#d55cfa #81fa5c

#d55cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55cfa Color CSS Codes

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

#d55cfa Text Font Color

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

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


#d55cfa Background Color

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

This div background color is #d55cfa


#d55cfa Border Color

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

This div border color is #d55cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55cfa


Comments

No comments written yet.

Please login to write comment.