Color Hex Logo

#d134bf Color Hex

#D134BF
(209,52,191)
0 Favorites   0 Comments

Color spaces of #d134bf

RGB 20952191
HSL0.850.630.51
HSV307°75°82°
CMYK 0.000.750.09   0.18
XYZ36.926519.772951.1605
Yxy19.77290.34240.1833
Hunter Lab44.466770.4150-37.0885
CIE-Lab51.579573.5499-38.9686

#d134bf color RGB value is (209,52,191).

#d134bf hex color red value is 209, green value is 52 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d134bf hue: 0.85 , saturation: 0.63 and the lightness value of d134bf is 0.51.

The process color (four color CMYK) of #d134bf color hex is 0.00, 0.75, 0.09, 0.18. Web safe color of #d134bf is #cc33cc. Color #d134bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110100 10111111
Octal 321 64 277
Decimal 209 52 191
Hex D1 34 BF

RGB Percentages of Color #d134bf

%46.24
%11.50
%42.26

CMYK Percentages of Color #d134bf

%0
%75
%9
%18

Triadic Colors of #d134bf

#d134bf #bfd134 #34bfd1

Analogous Colors of #d134bf

#d134bf #d13471 #9534d1

Monochromatic Colors of #d134bf

#d134bf

Complementary Color

#d134bf #34d146

#d134bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d134bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d134bf Color CSS Codes

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

#d134bf Text Font Color

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

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


#d134bf Background Color

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

This div background color is #d134bf


#d134bf Border Color

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

This div border color is #d134bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d134bf


Comments

No comments written yet.

Please login to write comment.