Color Hex Logo

#d435fb Color Hex

#D435FB
(212,53,251)
0 Favorites   0 Comments

Color spaces of #d435fb

RGB 21253251
HSL0.800.960.60
HSV288°79°98°
CMYK 0.160.790.00   0.02
XYZ45.837123.508393.3885
Yxy23.50830.28170.1445
Hunter Lab48.485483.9010-80.2598
CIE-Lab55.592183.5128-66.5891

#d435fb color RGB value is (212,53,251).

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

The process color (four color CMYK) of #d435fb color hex is 0.16, 0.79, 0.00, 0.02. Web safe color of #d435fb is #cc33ff. Color #d435fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110101 11111011
Octal 324 65 373
Decimal 212 53 251
Hex D4 35 FB

RGB Percentages of Color #d435fb

%41.09
%10.27
%48.64

CMYK Percentages of Color #d435fb

%16
%79
%0
%2

Triadic Colors of #d435fb

#d435fb #fbd435 #35fbd4

Analogous Colors of #d435fb

#d435fb #fb35bf #7135fb

Monochromatic Colors of #d435fb

#d435fb

Complementary Color

#d435fb #5cfb35

#d435fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d435fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d435fb Color CSS Codes

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

#d435fb Text Font Color

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

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


#d435fb Background Color

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

This div background color is #d435fb


#d435fb Border Color

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

This div border color is #d435fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d435fb


Comments

No comments written yet.

Please login to write comment.