Color Hex Logo

#d0bafd Color Hex

#D0BAFD
(208,186,253)
0 Favorites   0 Comments

Color spaces of #d0bafd

RGB 208186253
HSL0.720.940.86
HSV260°26°99°
CMYK 0.180.260.00   0.01
XYZ61.301055.6196100.4332
Yxy55.61960.28200.2559
Hunter Lab74.578516.2084-27.6395
CIE-Lab79.396820.8028-30.2092

#d0bafd color RGB value is (208,186,253).

#d0bafd hex color red value is 208, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d0bafd hue: 0.72 , saturation: 0.94 and the lightness value of d0bafd is 0.86.

The process color (four color CMYK) of #d0bafd color hex is 0.18, 0.26, 0.00, 0.01. Web safe color of #d0bafd is #ccccff. Color #d0bafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111010 11111101
Octal 320 272 375
Decimal 208 186 253
Hex D0 BA FD

RGB Percentages of Color #d0bafd

%32.15
%28.75
%39.10

CMYK Percentages of Color #d0bafd

%18
%26
%0
%1

Triadic Colors of #d0bafd

#d0bafd #fdd0ba #bafdd0

Analogous Colors of #d0bafd

#d0bafd #f2bafd #bac6fd

Monochromatic Colors of #d0bafd

#d0bafd

Complementary Color

#d0bafd #e7fdba

#d0bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bafd Color CSS Codes

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

#d0bafd Text Font Color

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

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


#d0bafd Background Color

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

This div background color is #d0bafd


#d0bafd Border Color

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

This div border color is #d0bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bafd

Related Colors


Comments

No comments written yet.

Please login to write comment.