Color Hex Logo

#d433de Color Hex

#D433DE
(212,51,222)
0 Favorites   0 Comments

Color spaces of #d433de

RGB 21251222
HSL0.820.720.54
HSV296°77°87°
CMYK 0.050.770.00   0.13
XYZ41.520021.638671.0956
Yxy21.63860.30930.1612
Hunter Lab46.517377.9186-58.0549
CIE-Lab53.641479.2030-53.4384

#d433de color RGB value is (212,51,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110011 11011110
Octal 324 63 336
Decimal 212 51 222
Hex D4 33 DE

RGB Percentages of Color #d433de

%43.71
%10.52
%45.77

CMYK Percentages of Color #d433de

%5
%77
%0
%13

Triadic Colors of #d433de

#d433de #ded433 #33ded4

Analogous Colors of #d433de

#d433de #de3393 #7f33de

Monochromatic Colors of #d433de

#d433de

Complementary Color

#d433de #3dde33

#d433de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d433de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d433de Color CSS Codes

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

#d433de Text Font Color

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

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


#d433de Background Color

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

This div background color is #d433de


#d433de Border Color

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

This div border color is #d433de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d433de


Comments

No comments written yet.

Please login to write comment.