Color Hex Logo

#d934fb Color Hex

#D934FB
(217,52,251)
0 Favorites   0 Comments

Color spaces of #d934fb

RGB 21752251
HSL0.800.960.59
HSV290°79°98°
CMYK 0.140.790.00   0.02
XYZ47.255824.172793.4419
Yxy24.17270.28660.1466
Hunter Lab49.165785.5258-78.2675
CIE-Lab56.260384.6369-65.4732

#d934fb color RGB value is (217,52,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110100 11111011
Octal 331 64 373
Decimal 217 52 251
Hex D9 34 FB

RGB Percentages of Color #d934fb

%41.73
%10.00
%48.27

CMYK Percentages of Color #d934fb

%14
%79
%0
%2

Triadic Colors of #d934fb

#d934fb #fbd934 #34fbd9

Analogous Colors of #d934fb

#d934fb #fb34ba #7634fb

Monochromatic Colors of #d934fb

#d934fb

Complementary Color

#d934fb #56fb34

#d934fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d934fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d934fb Color CSS Codes

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

#d934fb Text Font Color

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

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


#d934fb Background Color

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

This div background color is #d934fb


#d934fb Border Color

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

This div border color is #d934fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,52,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 #d934fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d934fb


Comments

No comments written yet.

Please login to write comment.