Color Hex Logo

#dfb3ef Color Hex

#DFB3EF
(223,179,239)
0 Favorites   0 Comments

Color spaces of #dfb3ef

RGB 223179239
HSL0.790.650.82
HSV284°25°94°
CMYK 0.070.250.00   0.06
XYZ62.131554.160288.8406
Yxy54.16020.30290.2640
Hunter Lab73.593621.9100-20.0581
CIE-Lab78.555126.3732-23.8616

#dfb3ef color RGB value is (223,179,239).

#dfb3ef hex color red value is 223, green value is 179 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfb3ef hue: 0.79 , saturation: 0.65 and the lightness value of dfb3ef is 0.82.

The process color (four color CMYK) of #dfb3ef color hex is 0.07, 0.25, 0.00, 0.06. Web safe color of #dfb3ef is #ccccff. Color #dfb3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 11101111
Octal 337 263 357
Decimal 223 179 239
Hex DF B3 EF

RGB Percentages of Color #dfb3ef

%34.79
%27.93
%37.29

CMYK Percentages of Color #dfb3ef

%7
%25
%0
%6

Triadic Colors of #dfb3ef

#dfb3ef #efdfb3 #b3efdf

Analogous Colors of #dfb3ef

#dfb3ef #efb3e1 #c1b3ef

Monochromatic Colors of #dfb3ef

#dfb3ef

Complementary Color

#dfb3ef #c3efb3

#dfb3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb3ef Color CSS Codes

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

#dfb3ef Text Font Color

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

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


#dfb3ef Background Color

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

This div background color is #dfb3ef


#dfb3ef Border Color

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

This div border color is #dfb3ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,179,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfb3ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfb3ef;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb3ef;
  box-shadow:         1px 1px 3px 2px #dfb3ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,179,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb3ef


Comments

No comments written yet.

Please login to write comment.