Color Hex Logo

#d7cbfa Color Hex

#D7CBFA
(215,203,250)
0 Favorites   0 Comments

Color spaces of #d7cbfa

RGB 215203250
HSL0.710.820.89
HSV255°19°98°
CMYK 0.140.190.00   0.02
XYZ66.635664.061199.2954
Yxy64.06110.28970.2785
Hunter Lab80.03828.5429-17.5285
CIE-Lab83.997613.1563-21.5389

#d7cbfa color RGB value is (215,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001011 11111010
Octal 327 313 372
Decimal 215 203 250
Hex D7 CB FA

RGB Percentages of Color #d7cbfa

%32.19
%30.39
%37.43

CMYK Percentages of Color #d7cbfa

%14
%19
%0
%2

Triadic Colors of #d7cbfa

#d7cbfa #fad7cb #cbfad7

Analogous Colors of #d7cbfa

#d7cbfa #efcbfa #cbd7fa

Monochromatic Colors of #d7cbfa

#d7cbfa

Complementary Color

#d7cbfa #eefacb

#d7cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cbfa Color CSS Codes

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

#d7cbfa Text Font Color

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

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


#d7cbfa Background Color

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

This div background color is #d7cbfa


#d7cbfa Border Color

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

This div border color is #d7cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cbfa


Comments

No comments written yet.

Please login to write comment.