Color Hex Logo

#db8cfd Color Hex

#DB8CFD
(219,140,253)
0 Favorites   0 Comments

Color spaces of #db8cfd

RGB 219140253
HSL0.780.970.77
HSV282°45°99°
CMYK 0.130.450.00   0.01
XYZ56.321140.908197.8561
Yxy40.90810.28870.2097
Hunter Lab63.959445.2537-45.9404
CIE-Lab70.111548.7959-44.5387

#db8cfd color RGB value is (219,140,253).

#db8cfd hex color red value is 219, green value is 140 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #db8cfd hue: 0.78 , saturation: 0.97 and the lightness value of db8cfd is 0.77.

The process color (four color CMYK) of #db8cfd color hex is 0.13, 0.45, 0.00, 0.01. Web safe color of #db8cfd is #cc99ff. Color #db8cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001100 11111101
Octal 333 214 375
Decimal 219 140 253
Hex DB 8C FD

RGB Percentages of Color #db8cfd

%35.78
%22.88
%41.34

CMYK Percentages of Color #db8cfd

%13
%45
%0
%1

Triadic Colors of #db8cfd

#db8cfd #fddb8c #8cfddb

Analogous Colors of #db8cfd

#db8cfd #fd8ce7 #a38cfd

Monochromatic Colors of #db8cfd

#db8cfd

Complementary Color

#db8cfd #aefd8c

#db8cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8cfd Color CSS Codes

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

#db8cfd Text Font Color

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

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


#db8cfd Background Color

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

This div background color is #db8cfd


#db8cfd Border Color

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

This div border color is #db8cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.