Color Hex Logo

#d2beca Color Hex

#D2BECA
(210,190,202)
0 Favorites   0 Comments

Color spaces of #d2beca

RGB 210190202
HSL0.900.180.78
HSV324°10°82°
CMYK 0.000.100.04   0.18
XYZ55.652554.792863.5200
Yxy54.79280.31990.3150
Hunter Lab74.02224.66390.9375
CIE-Lab78.92189.1521-3.4560

#d2beca color RGB value is (210,190,202).

#d2beca hex color red value is 210, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d2beca hue: 0.90 , saturation: 0.18 and the lightness value of d2beca is 0.78.

The process color (four color CMYK) of #d2beca color hex is 0.00, 0.10, 0.04, 0.18. Web safe color of #d2beca is #cccccc. Color #d2beca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111110 11001010
Octal 322 276 312
Decimal 210 190 202
Hex D2 BE CA

RGB Percentages of Color #d2beca

%34.88
%31.56
%33.55

CMYK Percentages of Color #d2beca

%0
%10
%4
%18

Triadic Colors of #d2beca

#d2beca #cad2be #becad2

Analogous Colors of #d2beca

#d2beca #d2bec0 #d0bed2

Monochromatic Colors of #d2beca

#d2beca

Complementary Color

#d2beca #bed2c6

#d2beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2beca Color CSS Codes

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

#d2beca Text Font Color

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

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


#d2beca Background Color

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

This div background color is #d2beca


#d2beca Border Color

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

This div border color is #d2beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2beca


Comments

No comments written yet.

Please login to write comment.