Color Hex Logo

#d433db Color Hex

#D433DB
(212,51,219)
0 Favorites   0 Comments

Color spaces of #d433db

RGB 21251219
HSL0.830.700.53
HSV298°77°86°
CMYK 0.030.770.00   0.14
XYZ41.121421.479268.9964
Yxy21.47920.31250.1632
Hunter Lab46.345777.2739-55.8251
CIE-Lab53.470078.7240-52.0092

#d433db color RGB value is (212,51,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110011 11011011
Octal 324 63 333
Decimal 212 51 219
Hex D4 33 DB

RGB Percentages of Color #d433db

%43.98
%10.58
%45.44

CMYK Percentages of Color #d433db

%3
%77
%0
%14

Triadic Colors of #d433db

#d433db #dbd433 #33dbd4

Analogous Colors of #d433db

#d433db #db338e #8033db

Monochromatic Colors of #d433db

#d433db

Complementary Color

#d433db #3adb33

#d433db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d433db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d433db Color CSS Codes

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

#d433db Text Font Color

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

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


#d433db Background Color

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

This div background color is #d433db


#d433db Border Color

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

This div border color is #d433db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d433db


Comments

No comments written yet.

Please login to write comment.