Color Hex Logo

#db2066 Color Hex

#DB2066
(219,32,102)
0 Favorites   0 Comments

Color spaces of #db2066

RGB 21932102
HSL0.940.750.49
HSV338°85°86°
CMYK 0.000.850.53   0.14
XYZ32.128217.052414.1685
Yxy17.05240.50720.2692
Hunter Lab41.294666.61208.5633
CIE-Lab48.326071.03219.5582

#db2066 color RGB value is (219,32,102).

#db2066 hex color red value is 219, green value is 32 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #db2066 hue: 0.94 , saturation: 0.75 and the lightness value of db2066 is 0.49.

The process color (four color CMYK) of #db2066 color hex is 0.00, 0.85, 0.53, 0.14. Web safe color of #db2066 is #cc3366. Color #db2066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100000 01100110
Octal 333 40 146
Decimal 219 32 102
Hex DB 20 66

RGB Percentages of Color #db2066

%62.04
%9.07
%28.90

CMYK Percentages of Color #db2066

%0
%85
%53
%14

Triadic Colors of #db2066

#db2066 #66db20 #2066db

Analogous Colors of #db2066

#db2066 #db3720 #db20c4

Monochromatic Colors of #db2066

#db2066

Complementary Color

#db2066 #20db95

#db2066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2066 Color CSS Codes

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

#db2066 Text Font Color

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

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


#db2066 Background Color

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

This div background color is #db2066


#db2066 Border Color

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

This div border color is #db2066


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,32,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2066


Comments

No comments written yet.

Please login to write comment.