Color Hex Logo

#dbcbfd Color Hex

#DBCBFD
(219,203,253)
0 Favorites   0 Comments

Color spaces of #dbcbfd

RGB 219203253
HSL0.720.930.89
HSV259°20°99°
CMYK 0.130.200.00   0.01
XYZ68.299064.8638101.8487
Yxy64.86380.29060.2760
Hunter Lab80.538110.4324-18.6017
CIE-Lab84.413515.0291-22.4701

#dbcbfd color RGB value is (219,203,253).

#dbcbfd hex color red value is 219, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dbcbfd hue: 0.72 , saturation: 0.93 and the lightness value of dbcbfd is 0.89.

The process color (four color CMYK) of #dbcbfd color hex is 0.13, 0.20, 0.00, 0.01. Web safe color of #dbcbfd is #ccccff. Color #dbcbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 11111101
Octal 333 313 375
Decimal 219 203 253
Hex DB CB FD

RGB Percentages of Color #dbcbfd

%32.44
%30.07
%37.48

CMYK Percentages of Color #dbcbfd

%13
%20
%0
%1

Triadic Colors of #dbcbfd

#dbcbfd #fddbcb #cbfddb

Analogous Colors of #dbcbfd

#dbcbfd #f4cbfd #cbd4fd

Monochromatic Colors of #dbcbfd

#dbcbfd

Complementary Color

#dbcbfd #edfdcb

#dbcbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcbfd Color CSS Codes

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

#dbcbfd Text Font Color

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

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


#dbcbfd Background Color

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

This div background color is #dbcbfd


#dbcbfd Border Color

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

This div border color is #dbcbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.