Color Hex Logo

#db7fca Color Hex

#DB7FCA
(219,127,202)
0 Favorites   0 Comments

Color spaces of #db7fca

RGB 219127202
HSL0.860.560.68
HSV311°42°86°
CMYK 0.000.420.08   0.14
XYZ47.463534.503160.0353
Yxy34.50310.33420.2430
Hunter Lab58.739341.4406-19.4806
CIE-Lab65.360045.9937-23.7249

#db7fca color RGB value is (219,127,202).

#db7fca hex color red value is 219, green value is 127 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #db7fca hue: 0.86 , saturation: 0.56 and the lightness value of db7fca is 0.68.

The process color (four color CMYK) of #db7fca color hex is 0.00, 0.42, 0.08, 0.14. Web safe color of #db7fca is #cc66cc. Color #db7fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111111 11001010
Octal 333 177 312
Decimal 219 127 202
Hex DB 7F CA

RGB Percentages of Color #db7fca

%39.96
%23.18
%36.86

CMYK Percentages of Color #db7fca

%0
%42
%8
%14

Triadic Colors of #db7fca

#db7fca #cadb7f #7fcadb

Analogous Colors of #db7fca

#db7fca #db7f9c #be7fdb

Monochromatic Colors of #db7fca

#db7fca

Complementary Color

#db7fca #7fdb90

#db7fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7fca Color CSS Codes

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

#db7fca Text Font Color

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

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


#db7fca Background Color

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

This div background color is #db7fca


#db7fca Border Color

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

This div border color is #db7fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7fca


Comments

No comments written yet.

Please login to write comment.