Color Hex Logo

#dc5cfa Color Hex

#DC5CFA
(220,92,250)
0 Favorites   0 Comments

Color spaces of #dc5cfa

RGB 22092250
HSL0.800.940.67
HSV289°63°98°
CMYK 0.120.630.00   0.02
XYZ50.597729.772193.5223
Yxy29.77210.29100.1712
Hunter Lab54.563870.0386-63.4283
CIE-Lab61.457171.3625-56.5677

#dc5cfa color RGB value is (220,92,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011100 11111010
Octal 334 134 372
Decimal 220 92 250
Hex DC 5C FA

RGB Percentages of Color #dc5cfa

%39.15
%16.37
%44.48

CMYK Percentages of Color #dc5cfa

%12
%63
%0
%2

Triadic Colors of #dc5cfa

#dc5cfa #fadc5c #5cfadc

Analogous Colors of #dc5cfa

#dc5cfa #fa5cc9 #8d5cfa

Monochromatic Colors of #dc5cfa

#dc5cfa

Complementary Color

#dc5cfa #7afa5c

#dc5cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5cfa Color CSS Codes

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

#dc5cfa Text Font Color

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

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


#dc5cfa Background Color

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

This div background color is #dc5cfa


#dc5cfa Border Color

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

This div border color is #dc5cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.