Color Hex Logo

#db05cb Color Hex

#DB05CB
(219,5,203)
0 Favorites   0 Comments

Color spaces of #db05cb

RGB 2195203
HSL0.850.960.44
HSV304°98°86°
CMYK 0.000.980.07   0.14
XYZ40.047219.480458.1493
Yxy19.48040.34030.1655
Hunter Lab44.136684.7223-47.2180
CIE-Lab51.244684.9944-46.3261

#db05cb color RGB value is (219,5,203).

#db05cb hex color red value is 219, green value is 5 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #db05cb hue: 0.85 , saturation: 0.96 and the lightness value of db05cb is 0.44.

The process color (four color CMYK) of #db05cb color hex is 0.00, 0.98, 0.07, 0.14. Web safe color of #db05cb is #cc00cc. Color #db05cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000101 11001011
Octal 333 5 313
Decimal 219 5 203
Hex DB 5 CB

RGB Percentages of Color #db05cb

%51.29
%1.17
%47.54

CMYK Percentages of Color #db05cb

%0
%98
%7
%14

Triadic Colors of #db05cb

#db05cb #cbdb05 #05cbdb

Analogous Colors of #db05cb

#db05cb #db0560 #8005db

Monochromatic Colors of #db05cb

#db05cb

Complementary Color

#db05cb #05db15

#db05cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db05cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db05cb Color CSS Codes

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

#db05cb Text Font Color

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

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


#db05cb Background Color

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

This div background color is #db05cb


#db05cb Border Color

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

This div border color is #db05cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db05cb


Comments

No comments written yet.

Please login to write comment.