Color Hex Logo

#db35cb Color Hex

#DB35CB
(219,53,203)
0 Favorites   0 Comments

Color spaces of #db35cb

RGB 21953203
HSL0.850.700.53
HSV306°76°86°
CMYK 0.000.760.07   0.14
XYZ41.266021.918158.5556
Yxy21.91810.33900.1800
Hunter Lab46.816875.4070-41.3846
CIE-Lab53.940077.1409-42.0558

#db35cb color RGB value is (219,53,203).

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

The process color (four color CMYK) of #db35cb color hex is 0.00, 0.76, 0.07, 0.14. Web safe color of #db35cb is #cc33cc. Color #db35cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110101 11001011
Octal 333 65 313
Decimal 219 53 203
Hex DB 35 CB

RGB Percentages of Color #db35cb

%46.11
%11.16
%42.74

CMYK Percentages of Color #db35cb

%0
%76
%7
%14

Triadic Colors of #db35cb

#db35cb #cbdb35 #35cbdb

Analogous Colors of #db35cb

#db35cb #db3578 #9835db

Monochromatic Colors of #db35cb

#db35cb

Complementary Color

#db35cb #35db45

#db35cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db35cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db35cb Color CSS Codes

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

#db35cb Text Font Color

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

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


#db35cb Background Color

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

This div background color is #db35cb


#db35cb Border Color

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

This div border color is #db35cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db35cb


Comments

No comments written yet.

Please login to write comment.