Color Hex Logo

#d8beca Color Hex

#D8BECA
(216,190,202)
3 Favorites   0 Comments

Color spaces of #d8beca

RGB 216190202
HSL0.920.250.80
HSV332°12°85°
CMYK 0.000.120.06   0.15
XYZ57.393055.690163.6014
Yxy55.69010.32480.3152
Hunter Lab74.62586.68511.7069
CIE-Lab79.437111.2467-2.6388

#d8beca color RGB value is (216,190,202).

#d8beca hex color red value is 216, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d8beca hue: 0.92 , saturation: 0.25 and the lightness value of d8beca is 0.80.

The process color (four color CMYK) of #d8beca color hex is 0.00, 0.12, 0.06, 0.15. Web safe color of #d8beca is #cccccc. Color #d8beca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111110 11001010
Octal 330 276 312
Decimal 216 190 202
Hex D8 BE CA

RGB Percentages of Color #d8beca

%35.53
%31.25
%33.22

CMYK Percentages of Color #d8beca

%0
%12
%6
%15

Triadic Colors of #d8beca

#d8beca #cad8be #becad8

Analogous Colors of #d8beca

#d8beca #d8bfbe #d8bed7

Monochromatic Colors of #d8beca

#d8beca

Complementary Color

#d8beca #bed8cc

#d8beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8beca Color CSS Codes

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

#d8beca Text Font Color

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

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


#d8beca Background Color

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

This div background color is #d8beca


#d8beca Border Color

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

This div border color is #d8beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8beca


Comments

No comments written yet.

Please login to write comment.