Color Hex Logo

#d433dd Color Hex

#D433DD
(212,51,221)
0 Favorites   0 Comments

Color spaces of #d433dd

RGB 21251221
HSL0.820.710.53
HSV297°77°87°
CMYK 0.040.770.00   0.13
XYZ41.386321.585270.3917
Yxy21.58520.31030.1619
Hunter Lab46.459977.7024-57.3088
CIE-Lab53.584179.0425-52.9628

#d433dd color RGB value is (212,51,221).

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

The process color (four color CMYK) of #d433dd color hex is 0.04, 0.77, 0.00, 0.13. Web safe color of #d433dd is #cc33cc. Color #d433dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110011 11011101
Octal 324 63 335
Decimal 212 51 221
Hex D4 33 DD

RGB Percentages of Color #d433dd

%43.80
%10.54
%45.66

CMYK Percentages of Color #d433dd

%4
%77
%0
%13

Triadic Colors of #d433dd

#d433dd #ddd433 #33ddd4

Analogous Colors of #d433dd

#d433dd #dd3391 #7f33dd

Monochromatic Colors of #d433dd

#d433dd

Complementary Color

#d433dd #3cdd33

#d433dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d433dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d433dd Color CSS Codes

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

#d433dd Text Font Color

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

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


#d433dd Background Color

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

This div background color is #d433dd


#d433dd Border Color

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

This div border color is #d433dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d433dd


Comments

No comments written yet.

Please login to write comment.