Color Hex Logo

#df7bba Color Hex

#DF7BBA
(223,123,186)
0 Favorites   0 Comments

Color spaces of #df7bba

RGB 223123186
HSL0.900.610.68
HSV322°45°87°
CMYK 0.000.450.17   0.13
XYZ46.377333.399150.4567
Yxy33.39910.35610.2565
Hunter Lab57.792042.1080-11.3102
CIE-Lab64.482846.7253-16.0052

#df7bba color RGB value is (223,123,186).

#df7bba hex color red value is 223, green value is 123 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #df7bba hue: 0.90 , saturation: 0.61 and the lightness value of df7bba is 0.68.

The process color (four color CMYK) of #df7bba color hex is 0.00, 0.45, 0.17, 0.13. Web safe color of #df7bba is #cc66cc. Color #df7bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111011 10111010
Octal 337 173 272
Decimal 223 123 186
Hex DF 7B BA

RGB Percentages of Color #df7bba

%41.92
%23.12
%34.96

CMYK Percentages of Color #df7bba

%0
%45
%17
%13

Triadic Colors of #df7bba

#df7bba #badf7b #7bbadf

Analogous Colors of #df7bba

#df7bba #df7b88 #d27bdf

Monochromatic Colors of #df7bba

#df7bba

Complementary Color

#df7bba #7bdfa0

#df7bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7bba Color CSS Codes

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

#df7bba Text Font Color

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

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


#df7bba Background Color

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

This div background color is #df7bba


#df7bba Border Color

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

This div border color is #df7bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7bba


Comments

No comments written yet.

Please login to write comment.