Color Hex Logo

#d0bef5 Color Hex

#D0BEF5
(208,190,245)
0 Favorites   0 Comments

Color spaces of #d0bef5

RGB 208190245
HSL0.720.730.85
HSV260°22°96°
CMYK 0.150.220.00   0.04
XYZ60.907356.829494.1452
Yxy56.82940.28750.2682
Hunter Lab75.385312.2943-21.2749
CIE-Lab80.083516.9160-24.8743

#d0bef5 color RGB value is (208,190,245).

#d0bef5 hex color red value is 208, green value is 190 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d0bef5 hue: 0.72 , saturation: 0.73 and the lightness value of d0bef5 is 0.85.

The process color (four color CMYK) of #d0bef5 color hex is 0.15, 0.22, 0.00, 0.04. Web safe color of #d0bef5 is #ccccff. Color #d0bef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111110 11110101
Octal 320 276 365
Decimal 208 190 245
Hex D0 BE F5

RGB Percentages of Color #d0bef5

%32.35
%29.55
%38.10

CMYK Percentages of Color #d0bef5

%15
%22
%0
%4

Triadic Colors of #d0bef5

#d0bef5 #f5d0be #bef5d0

Analogous Colors of #d0bef5

#d0bef5 #ecbef5 #bec8f5

Monochromatic Colors of #d0bef5

#d0bef5

Complementary Color

#d0bef5 #e3f5be

#d0bef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bef5 Color CSS Codes

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

#d0bef5 Text Font Color

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

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


#d0bef5 Background Color

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

This div background color is #d0bef5


#d0bef5 Border Color

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

This div border color is #d0bef5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,190,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bef5


Comments

No comments written yet.

Please login to write comment.