Color Hex Logo

#d115be Color Hex

#D115BE
(209,21,190)
0 Favorites   0 Comments

Color spaces of #d115be

RGB 20921190
HSL0.850.820.45
HSV306°90°82°
CMYK 0.000.900.09   0.18
XYZ35.856917.809350.2629
Yxy17.80930.34500.1714
Hunter Lab42.201177.8139-41.0757
CIE-Lab49.264079.9732-42.0461

#d115be color RGB value is (209,21,190).

#d115be hex color red value is 209, green value is 21 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d115be hue: 0.85 , saturation: 0.82 and the lightness value of d115be is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010101 10111110
Octal 321 25 276
Decimal 209 21 190
Hex D1 15 BE

RGB Percentages of Color #d115be

%49.76
%5.00
%45.24

CMYK Percentages of Color #d115be

%0
%90
%9
%18

Triadic Colors of #d115be

#d115be #bed115 #15bed1

Analogous Colors of #d115be

#d115be #d11560 #8615d1

Monochromatic Colors of #d115be

#d115be

Complementary Color

#d115be #15d128

#d115be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d115be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d115be Color CSS Codes

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

#d115be Text Font Color

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

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


#d115be Background Color

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

This div background color is #d115be


#d115be Border Color

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

This div border color is #d115be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d115be


Comments

No comments written yet.

Please login to write comment.