Color Hex Logo

#d433fd Color Hex

#D433FD
(212,51,253)
0 Favorites   0 Comments

Color spaces of #d433fd

RGB 21251253
HSL0.800.980.60
HSV288°80°99°
CMYK 0.160.800.00   0.01
XYZ46.064823.456695.0282
Yxy23.45660.27990.1426
Hunter Lab48.432085.0194-82.4302
CIE-Lab55.539684.3874-67.7853

#d433fd color RGB value is (212,51,253).

#d433fd hex color red value is 212, green value is 51 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d433fd hue: 0.80 , saturation: 0.98 and the lightness value of d433fd is 0.60.

The process color (four color CMYK) of #d433fd color hex is 0.16, 0.80, 0.00, 0.01. Web safe color of #d433fd is #cc33ff. Color #d433fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110011 11111101
Octal 324 63 375
Decimal 212 51 253
Hex D4 33 FD

RGB Percentages of Color #d433fd

%41.09
%9.88
%49.03

CMYK Percentages of Color #d433fd

%16
%80
%0
%1

Triadic Colors of #d433fd

#d433fd #fdd433 #33fdd4

Analogous Colors of #d433fd

#d433fd #fd33c1 #6f33fd

Monochromatic Colors of #d433fd

#d433fd

Complementary Color

#d433fd #5cfd33

#d433fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d433fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d433fd Color CSS Codes

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

#d433fd Text Font Color

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

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


#d433fd Background Color

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

This div background color is #d433fd


#d433fd Border Color

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

This div border color is #d433fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d433fd


Comments

No comments written yet.

Please login to write comment.