Color Hex Logo

#dab4fb Color Hex

#DAB4FB
(218,180,251)
0 Favorites   0 Comments

Color spaces of #dab4fb

RGB 218180251
HSL0.760.900.85
HSV272°28°98°
CMYK 0.130.280.00   0.02
XYZ62.647354.513098.4870
Yxy54.51300.29050.2528
Hunter Lab73.832922.2498-27.4049
CIE-Lab78.759926.6877-30.0415

#dab4fb color RGB value is (218,180,251).

#dab4fb hex color red value is 218, green value is 180 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dab4fb hue: 0.76 , saturation: 0.90 and the lightness value of dab4fb is 0.85.

The process color (four color CMYK) of #dab4fb color hex is 0.13, 0.28, 0.00, 0.02. Web safe color of #dab4fb is #ccccff. Color #dab4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 11111011
Octal 332 264 373
Decimal 218 180 251
Hex DA B4 FB

RGB Percentages of Color #dab4fb

%33.59
%27.73
%38.67

CMYK Percentages of Color #dab4fb

%13
%28
%0
%2

Triadic Colors of #dab4fb

#dab4fb #fbdab4 #b4fbda

Analogous Colors of #dab4fb

#dab4fb #fbb4f9 #b7b4fb

Monochromatic Colors of #dab4fb

#dab4fb

Complementary Color

#dab4fb #d5fbb4

#dab4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab4fb Color CSS Codes

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

#dab4fb Text Font Color

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

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


#dab4fb Background Color

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

This div background color is #dab4fb


#dab4fb Border Color

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

This div border color is #dab4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.