Color Hex Logo

#d433da Color Hex

#D433DA
(212,51,218)
0 Favorites   0 Comments

Color spaces of #d433da

RGB 21251218
HSL0.830.690.53
HSV298°77°85°
CMYK 0.030.770.00   0.15
XYZ40.990121.426768.3050
Yxy21.42670.31360.1639
Hunter Lab46.289077.0607-55.0873
CIE-Lab53.413478.5652-51.5311

#d433da color RGB value is (212,51,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110011 11011010
Octal 324 63 332
Decimal 212 51 218
Hex D4 33 DA

RGB Percentages of Color #d433da

%44.07
%10.60
%45.32

CMYK Percentages of Color #d433da

%3
%77
%0
%15

Triadic Colors of #d433da

#d433da #dad433 #33dad4

Analogous Colors of #d433da

#d433da #da338d #8133da

Monochromatic Colors of #d433da

#d433da

Complementary Color

#d433da #39da33

#d433da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d433da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d433da Color CSS Codes

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

#d433da Text Font Color

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

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


#d433da Background Color

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

This div background color is #d433da


#d433da Border Color

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

This div border color is #d433da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d433da


Comments

No comments written yet.

Please login to write comment.