Color Hex Logo

#d7caeb Color Hex

#D7CAEB
(215,202,235)
0 Favorites   0 Comments

Color spaces of #d7caeb

RGB 215202235
HSL0.730.450.86
HSV264°14°92°
CMYK 0.090.140.00   0.08
XYZ64.140362.686387.3164
Yxy62.68630.29950.2927
Hunter Lab79.17476.0492-9.9647
CIE-Lab83.277110.6469-14.6453

#d7caeb color RGB value is (215,202,235).

#d7caeb hex color red value is 215, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d7caeb hue: 0.73 , saturation: 0.45 and the lightness value of d7caeb is 0.86.

The process color (four color CMYK) of #d7caeb color hex is 0.09, 0.14, 0.00, 0.08. Web safe color of #d7caeb is #ccccff. Color #d7caeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001010 11101011
Octal 327 312 353
Decimal 215 202 235
Hex D7 CA EB

RGB Percentages of Color #d7caeb

%32.98
%30.98
%36.04

CMYK Percentages of Color #d7caeb

%9
%14
%0
%8

Triadic Colors of #d7caeb

#d7caeb #ebd7ca #caebd7

Analogous Colors of #d7caeb

#d7caeb #e8caeb #caceeb

Monochromatic Colors of #d7caeb

#d7caeb

Complementary Color

#d7caeb #deebca

#d7caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7caeb Color CSS Codes

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

#d7caeb Text Font Color

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

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


#d7caeb Background Color

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

This div background color is #d7caeb


#d7caeb Border Color

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

This div border color is #d7caeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,202,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7caeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7caeb;
  -webkit-box-shadow: 1px 1px 3px 2px #d7caeb;
  box-shadow:         1px 1px 3px 2px #d7caeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,202,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7caeb


Comments

No comments written yet.

Please login to write comment.