Color Hex Logo

#df7bca Color Hex

#DF7BCA
(223,123,202)
0 Favorites   0 Comments

Color spaces of #df7bca

RGB 223123202
HSL0.870.610.68
HSV313°45°87°
CMYK 0.000.450.09   0.13
XYZ48.175134.118259.9235
Yxy34.11820.33870.2399
Hunter Lab58.410845.0015-19.9379
CIE-Lab65.056349.2753-24.1466

#df7bca color RGB value is (223,123,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111011 11001010
Octal 337 173 312
Decimal 223 123 202
Hex DF 7B CA

RGB Percentages of Color #df7bca

%40.69
%22.45
%36.86

CMYK Percentages of Color #df7bca

%0
%45
%9
%13

Triadic Colors of #df7bca

#df7bca #cadf7b #7bcadf

Analogous Colors of #df7bca

#df7bca #df7b98 #c27bdf

Monochromatic Colors of #df7bca

#df7bca

Complementary Color

#df7bca #7bdf90

#df7bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7bca Color CSS Codes

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

#df7bca Text Font Color

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

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


#df7bca Background Color

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

This div background color is #df7bca


#df7bca Border Color

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

This div border color is #df7bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7bca


Comments

No comments written yet.

Please login to write comment.