Color Hex Logo

#d145ba Color Hex

#D145BA
(209,69,186)
0 Favorites   0 Comments

Color spaces of #d145ba

RGB 20969186
HSL0.860.600.55
HSV310°67°82°
CMYK 0.000.670.11   0.18
XYZ37.285521.356748.6115
Yxy21.35670.34760.1991
Hunter Lab46.213363.1428-30.0175
CIE-Lab53.337767.1498-33.3108

#d145ba color RGB value is (209,69,186).

#d145ba hex color red value is 209, green value is 69 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d145ba hue: 0.86 , saturation: 0.60 and the lightness value of d145ba is 0.55.

The process color (four color CMYK) of #d145ba color hex is 0.00, 0.67, 0.11, 0.18. Web safe color of #d145ba is #cc33cc. Color #d145ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000101 10111010
Octal 321 105 272
Decimal 209 69 186
Hex D1 45 BA

RGB Percentages of Color #d145ba

%45.04
%14.87
%40.09

CMYK Percentages of Color #d145ba

%0
%67
%11
%18

Triadic Colors of #d145ba

#d145ba #bad145 #45bad1

Analogous Colors of #d145ba

#d145ba #d14574 #a245d1

Monochromatic Colors of #d145ba

#d145ba

Complementary Color

#d145ba #45d15c

#d145ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d145ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d145ba Color CSS Codes

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

#d145ba Text Font Color

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

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


#d145ba Background Color

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

This div background color is #d145ba


#d145ba Border Color

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

This div border color is #d145ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d145ba


Comments

No comments written yet.

Please login to write comment.