Color Hex Logo

#d0cbfd Color Hex

#D0CBFD
(208,203,253)
0 Favorites   0 Comments

Color spaces of #d0cbfd

RGB 208203253
HSL0.680.930.89
HSV246°20°99°
CMYK 0.180.200.00   0.01
XYZ65.098063.2136101.6989
Yxy63.21360.28300.2748
Hunter Lab79.50707.0134-20.1841
CIE-Lab83.554611.6224-23.8550

#d0cbfd color RGB value is (208,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001011 11111101
Octal 320 313 375
Decimal 208 203 253
Hex D0 CB FD

RGB Percentages of Color #d0cbfd

%31.33
%30.57
%38.10

CMYK Percentages of Color #d0cbfd

%18
%20
%0
%1

Triadic Colors of #d0cbfd

#d0cbfd #fdd0cb #cbfdd0

Analogous Colors of #d0cbfd

#d0cbfd #e9cbfd #cbdffd

Monochromatic Colors of #d0cbfd

#d0cbfd

Complementary Color

#d0cbfd #f8fdcb

#d0cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cbfd Color CSS Codes

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

#d0cbfd Text Font Color

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

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


#d0cbfd Background Color

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

This div background color is #d0cbfd


#d0cbfd Border Color

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

This div border color is #d0cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cbfd


Comments

No comments written yet.

Please login to write comment.