Color Hex Logo

#d3bcef Color Hex

#D3BCEF
(211,188,239)
0 Favorites   0 Comments

Color spaces of #d3bcef

RGB 211188239
HSL0.740.610.84
HSV267°21°94°
CMYK 0.120.210.00   0.06
XYZ60.427256.047389.2947
Yxy56.04730.29370.2724
Hunter Lab74.864713.0633-18.3126
CIE-Lab79.640717.6890-22.3077

#d3bcef color RGB value is (211,188,239).

#d3bcef hex color red value is 211, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d3bcef hue: 0.74 , saturation: 0.61 and the lightness value of d3bcef is 0.84.

The process color (four color CMYK) of #d3bcef color hex is 0.12, 0.21, 0.00, 0.06. Web safe color of #d3bcef is #ccccff. Color #d3bcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111100 11101111
Octal 323 274 357
Decimal 211 188 239
Hex D3 BC EF

RGB Percentages of Color #d3bcef

%33.07
%29.47
%37.46

CMYK Percentages of Color #d3bcef

%12
%21
%0
%6

Triadic Colors of #d3bcef

#d3bcef #efd3bc #bcefd3

Analogous Colors of #d3bcef

#d3bcef #edbcef #bcbfef

Monochromatic Colors of #d3bcef

#d3bcef

Complementary Color

#d3bcef #d8efbc

#d3bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3bcef Color CSS Codes

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

#d3bcef Text Font Color

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

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


#d3bcef Background Color

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

This div background color is #d3bcef


#d3bcef Border Color

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

This div border color is #d3bcef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,188,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3bcef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3bcef;
  -webkit-box-shadow: 1px 1px 3px 2px #d3bcef;
  box-shadow:         1px 1px 3px 2px #d3bcef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,188,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3bcef


Comments

No comments written yet.

Please login to write comment.