Color Hex Logo

#d4cbfd Color Hex

#D4CBFD
(212,203,253)
1 Favorites   0 Comments

Color spaces of #d4cbfd

RGB 212203253
HSL0.700.930.89
HSV251°20°99°
CMYK 0.160.200.00   0.01
XYZ66.236963.8008101.7522
Yxy63.80080.28580.2753
Hunter Lab79.87548.2397-19.6160
CIE-Lab83.861912.8532-23.3593

#d4cbfd color RGB value is (212,203,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001011 11111101
Octal 324 313 375
Decimal 212 203 253
Hex D4 CB FD

RGB Percentages of Color #d4cbfd

%31.74
%30.39
%37.87

CMYK Percentages of Color #d4cbfd

%16
%20
%0
%1

Triadic Colors of #d4cbfd

#d4cbfd #fdd4cb #cbfdd4

Analogous Colors of #d4cbfd

#d4cbfd #edcbfd #cbdbfd

Monochromatic Colors of #d4cbfd

#d4cbfd

Complementary Color

#d4cbfd #f4fdcb

#d4cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4cbfd Color CSS Codes

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

#d4cbfd Text Font Color

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

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


#d4cbfd Background Color

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

This div background color is #d4cbfd


#d4cbfd Border Color

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

This div border color is #d4cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4cbfd


Comments

No comments written yet.

Please login to write comment.