Color Hex Logo

#d7cbfb Color Hex

#D7CBFB
(215,203,251)
0 Favorites   0 Comments

Color spaces of #d7cbfb

RGB 215203251
HSL0.710.860.89
HSV255°19°98°
CMYK 0.140.190.00   0.02
XYZ66.792964.1240100.1236
Yxy64.12400.28910.2775
Hunter Lab80.07758.7519-18.0781
CIE-Lab84.030313.3645-22.0202

#d7cbfb color RGB value is (215,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001011 11111011
Octal 327 313 373
Decimal 215 203 251
Hex D7 CB FB

RGB Percentages of Color #d7cbfb

%32.14
%30.34
%37.52

CMYK Percentages of Color #d7cbfb

%14
%19
%0
%2

Triadic Colors of #d7cbfb

#d7cbfb #fbd7cb #cbfbd7

Analogous Colors of #d7cbfb

#d7cbfb #efcbfb #cbd7fb

Monochromatic Colors of #d7cbfb

#d7cbfb

Complementary Color

#d7cbfb #effbcb

#d7cbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cbfb Color CSS Codes

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

#d7cbfb Text Font Color

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

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


#d7cbfb Background Color

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

This div background color is #d7cbfb


#d7cbfb Border Color

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

This div border color is #d7cbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cbfb


Comments

No comments written yet.

Please login to write comment.