Color Hex Logo

#df7beb Color Hex

#DF7BEB
(223,123,235)
0 Favorites   0 Comments

Color spaces of #df7beb

RGB 223123235
HSL0.820.740.70
HSV294°48°92°
CMYK 0.050.480.00   0.08
XYZ52.509835.852182.7498
Yxy35.85210.30690.2095
Hunter Lab59.876651.7545-40.0254
CIE-Lab66.406855.0693-40.4345

#df7beb color RGB value is (223,123,235).

#df7beb hex color red value is 223, green value is 123 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #df7beb hue: 0.82 , saturation: 0.74 and the lightness value of df7beb is 0.70.

The process color (four color CMYK) of #df7beb color hex is 0.05, 0.48, 0.00, 0.08. Web safe color of #df7beb is #cc66ff. Color #df7beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111011 11101011
Octal 337 173 353
Decimal 223 123 235
Hex DF 7B EB

RGB Percentages of Color #df7beb

%38.38
%21.17
%40.45

CMYK Percentages of Color #df7beb

%5
%48
%0
%8

Triadic Colors of #df7beb

#df7beb #ebdf7b #7bebdf

Analogous Colors of #df7beb

#df7beb #eb7bbf #a77beb

Monochromatic Colors of #df7beb

#df7beb

Complementary Color

#df7beb #87eb7b

#df7beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7beb Color CSS Codes

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

#df7beb Text Font Color

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

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


#df7beb Background Color

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

This div background color is #df7beb


#df7beb Border Color

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

This div border color is #df7beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7beb


Comments

No comments written yet.

Please login to write comment.