Color Hex Logo

#d2befd Color Hex

#D2BEFD
(210,190,253)
0 Favorites   0 Comments

Color spaces of #d2befd

RGB 210190253
HSL0.720.940.87
HSV259°25°99°
CMYK 0.170.250.00   0.01
XYZ62.721457.6204100.7446
Yxy57.62040.28370.2606
Hunter Lab75.908114.6519-25.5535
CIE-Lab80.527319.2413-28.4611

#d2befd color RGB value is (210,190,253).

#d2befd hex color red value is 210, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d2befd hue: 0.72 , saturation: 0.94 and the lightness value of d2befd is 0.87.

The process color (four color CMYK) of #d2befd color hex is 0.17, 0.25, 0.00, 0.01. Web safe color of #d2befd is #ccccff. Color #d2befd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10111110 11111101
Octal 322 276 375
Decimal 210 190 253
Hex D2 BE FD

RGB Percentages of Color #d2befd

%32.16
%29.10
%38.74

CMYK Percentages of Color #d2befd

%17
%25
%0
%1

Triadic Colors of #d2befd

#d2befd #fdd2be #befdd2

Analogous Colors of #d2befd

#d2befd #f2befd #becafd

Monochromatic Colors of #d2befd

#d2befd

Complementary Color

#d2befd #e9fdbe

#d2befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2befd Color CSS Codes

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

#d2befd Text Font Color

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

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


#d2befd Background Color

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

This div background color is #d2befd


#d2befd Border Color

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

This div border color is #d2befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2befd

Related Colors


Comments

No comments written yet.

Please login to write comment.