Color Hex Logo

#d435db Color Hex

#D435DB
(212,53,219)
0 Favorites   0 Comments

Color spaces of #d435db

RGB 21253219
HSL0.830.700.53
HSV297°76°86°
CMYK 0.030.760.00   0.14
XYZ41.210721.657769.0261
Yxy21.65770.31250.1642
Hunter Lab46.537876.6261-55.3640
CIE-Lab53.661978.1703-51.7030

#d435db color RGB value is (212,53,219).

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

The process color (four color CMYK) of #d435db color hex is 0.03, 0.76, 0.00, 0.14. Web safe color of #d435db is #cc33cc. Color #d435db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110101 11011011
Octal 324 65 333
Decimal 212 53 219
Hex D4 35 DB

RGB Percentages of Color #d435db

%43.80
%10.95
%45.25

CMYK Percentages of Color #d435db

%3
%76
%0
%14

Triadic Colors of #d435db

#d435db #dbd435 #35dbd4

Analogous Colors of #d435db

#d435db #db358f #8135db

Monochromatic Colors of #d435db

#d435db

Complementary Color

#d435db #3cdb35

#d435db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d435db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d435db Color CSS Codes

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

#d435db Text Font Color

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

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


#d435db Background Color

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

This div background color is #d435db


#d435db Border Color

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

This div border color is #d435db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d435db


Comments

No comments written yet.

Please login to write comment.