Color Hex Logo

#d134df Color Hex

#D134DF
(209,52,223)
0 Favorites   0 Comments

Color spaces of #d134df

RGB 20952223
HSL0.820.730.54
HSV295°77°87°
CMYK 0.060.770.00   0.13
XYZ40.841821.339071.7783
Yxy21.33900.30490.1593
Hunter Lab46.194276.9781-59.7912
CIE-Lab53.318578.5179-54.5488

#d134df color RGB value is (209,52,223).

#d134df hex color red value is 209, green value is 52 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d134df hue: 0.82 , saturation: 0.73 and the lightness value of d134df is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110100 11011111
Octal 321 64 337
Decimal 209 52 223
Hex D1 34 DF

RGB Percentages of Color #d134df

%43.18
%10.74
%46.07

CMYK Percentages of Color #d134df

%6
%77
%0
%13

Triadic Colors of #d134df

#d134df #dfd134 #34dfd1

Analogous Colors of #d134df

#d134df #df3498 #7c34df

Monochromatic Colors of #d134df

#d134df

Complementary Color

#d134df #42df34

#d134df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d134df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d134df Color CSS Codes

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

#d134df Text Font Color

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

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


#d134df Background Color

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

This div background color is #d134df


#d134df Border Color

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

This div border color is #d134df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,52,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d134df


Comments

No comments written yet.

Please login to write comment.