Color Hex Logo

#dca4fb Color Hex

#DCA4FB
(220,164,251)
0 Favorites   0 Comments

Color spaces of #dca4fb

RGB 220164251
HSL0.770.920.81
HSV279°35°98°
CMYK 0.120.350.00   0.02
XYZ60.203248.731697.4999
Yxy48.73160.29160.2361
Hunter Lab69.808031.7763-33.9439
CIE-Lab75.284035.9360-35.3860

#dca4fb color RGB value is (220,164,251).

#dca4fb hex color red value is 220, green value is 164 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dca4fb hue: 0.77 , saturation: 0.92 and the lightness value of dca4fb is 0.81.

The process color (four color CMYK) of #dca4fb color hex is 0.12, 0.35, 0.00, 0.02. Web safe color of #dca4fb is #cc99ff. Color #dca4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100100 11111011
Octal 334 244 373
Decimal 220 164 251
Hex DC A4 FB

RGB Percentages of Color #dca4fb

%34.65
%25.83
%39.53

CMYK Percentages of Color #dca4fb

%12
%35
%0
%2

Triadic Colors of #dca4fb

#dca4fb #fbdca4 #a4fbdc

Analogous Colors of #dca4fb

#dca4fb #fba4ef #b1a4fb

Monochromatic Colors of #dca4fb

#dca4fb

Complementary Color

#dca4fb #c3fba4

#dca4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca4fb Color CSS Codes

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

#dca4fb Text Font Color

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

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


#dca4fb Background Color

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

This div background color is #dca4fb


#dca4fb Border Color

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

This div border color is #dca4fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,164,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca4fb


Comments

No comments written yet.

Please login to write comment.