Color Hex Logo

#d114b5 Color Hex

#D114B5
(209,20,181)
0 Favorites   0 Comments

Color spaces of #d114b5

RGB 20920181
HSL0.860.830.45
HSV309°90°82°
CMYK 0.000.900.13   0.18
XYZ34.885117.391845.2344
Yxy17.39180.35780.1784
Hunter Lab41.703576.3348-35.1175
CIE-Lab48.750078.8950-37.5956

#d114b5 color RGB value is (209,20,181).

#d114b5 hex color red value is 209, green value is 20 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #d114b5 hue: 0.86 , saturation: 0.83 and the lightness value of d114b5 is 0.45.

The process color (four color CMYK) of #d114b5 color hex is 0.00, 0.90, 0.13, 0.18. Web safe color of #d114b5 is #cc00cc. Color #d114b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010100 10110101
Octal 321 24 265
Decimal 209 20 181
Hex D1 14 B5

RGB Percentages of Color #d114b5

%50.98
%4.88
%44.15

CMYK Percentages of Color #d114b5

%0
%90
%13
%18

Triadic Colors of #d114b5

#d114b5 #b5d114 #14b5d1

Analogous Colors of #d114b5

#d114b5 #d11456 #8f14d1

Monochromatic Colors of #d114b5

#d114b5

Complementary Color

#d114b5 #14d130

#d114b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d114b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d114b5 Color CSS Codes

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

#d114b5 Text Font Color

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

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


#d114b5 Background Color

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

This div background color is #d114b5


#d114b5 Border Color

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

This div border color is #d114b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d114b5


Comments

No comments written yet.

Please login to write comment.