Color Hex Logo

#dba8f4 Color Hex

#DBA8F4
(219,168,244)
0 Favorites   0 Comments

Color spaces of #dba8f4

RGB 219168244
HSL0.780.780.81
HSV280°31°96°
CMYK 0.100.310.00   0.04
XYZ59.545249.597092.0228
Yxy49.59700.29600.2465
Hunter Lab70.425127.6797-28.1752
CIE-Lab75.821232.0503-30.7804

#dba8f4 color RGB value is (219,168,244).

#dba8f4 hex color red value is 219, green value is 168 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #dba8f4 hue: 0.78 , saturation: 0.78 and the lightness value of dba8f4 is 0.81.

The process color (four color CMYK) of #dba8f4 color hex is 0.10, 0.31, 0.00, 0.04. Web safe color of #dba8f4 is #cc99ff. Color #dba8f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 11110100
Octal 333 250 364
Decimal 219 168 244
Hex DB A8 F4

RGB Percentages of Color #dba8f4

%34.71
%26.62
%38.67

CMYK Percentages of Color #dba8f4

%10
%31
%0
%4

Triadic Colors of #dba8f4

#dba8f4 #f4dba8 #a8f4db

Analogous Colors of #dba8f4

#dba8f4 #f4a8e7 #b5a8f4

Monochromatic Colors of #dba8f4

#dba8f4

Complementary Color

#dba8f4 #c1f4a8

#dba8f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba8f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba8f4 Color CSS Codes

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

#dba8f4 Text Font Color

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

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


#dba8f4 Background Color

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

This div background color is #dba8f4


#dba8f4 Border Color

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

This div border color is #dba8f4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,168,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dba8f4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dba8f4;
  -webkit-box-shadow: 1px 1px 3px 2px #dba8f4;
  box-shadow:         1px 1px 3px 2px #dba8f4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,168,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba8f4


Comments

No comments written yet.

Please login to write comment.