Color Hex Logo

#d0cbfa Color Hex

#D0CBFA
(208,203,250)
0 Favorites   0 Comments

Color spaces of #d0cbfa

RGB 208203250
HSL0.680.820.89
HSV246°19°98°
CMYK 0.170.190.00   0.02
XYZ64.623763.023999.2013
Yxy63.02390.28490.2778
Hunter Lab79.38766.3757-18.5164
CIE-Lab83.455010.9791-22.4131

#d0cbfa color RGB value is (208,203,250).

#d0cbfa hex color red value is 208, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d0cbfa hue: 0.68 , saturation: 0.82 and the lightness value of d0cbfa is 0.89.

The process color (four color CMYK) of #d0cbfa color hex is 0.17, 0.19, 0.00, 0.02. Web safe color of #d0cbfa is #ccccff. Color #d0cbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001011 11111010
Octal 320 313 372
Decimal 208 203 250
Hex D0 CB FA

RGB Percentages of Color #d0cbfa

%31.47
%30.71
%37.82

CMYK Percentages of Color #d0cbfa

%17
%19
%0
%2

Triadic Colors of #d0cbfa

#d0cbfa #fad0cb #cbfad0

Analogous Colors of #d0cbfa

#d0cbfa #e8cbfa #cbdefa

Monochromatic Colors of #d0cbfa

#d0cbfa

Complementary Color

#d0cbfa #f5facb

#d0cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cbfa Color CSS Codes

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

#d0cbfa Text Font Color

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

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


#d0cbfa Background Color

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

This div background color is #d0cbfa


#d0cbfa Border Color

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

This div border color is #d0cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cbfa


Comments

No comments written yet.

Please login to write comment.