Color Hex Logo

#d346ba Color Hex

#D346BA
(211,70,186)
0 Favorites   0 Comments

Color spaces of #d346ba

RGB 21170186
HSL0.860.620.55
HSV311°67°83°
CMYK 0.000.670.12   0.17
XYZ37.917121.774448.6588
Yxy21.77440.34990.2010
Hunter Lab46.663063.3838-29.1617
CIE-Lab53.786867.2691-32.5860

#d346ba color RGB value is (211,70,186).

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

The process color (four color CMYK) of #d346ba color hex is 0.00, 0.67, 0.12, 0.17. Web safe color of #d346ba is #cc33cc. Color #d346ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000110 10111010
Octal 323 106 272
Decimal 211 70 186
Hex D3 46 BA

RGB Percentages of Color #d346ba

%45.18
%14.99
%39.83

CMYK Percentages of Color #d346ba

%0
%67
%12
%17

Triadic Colors of #d346ba

#d346ba #bad346 #46bad3

Analogous Colors of #d346ba

#d346ba #d34674 #a646d3

Monochromatic Colors of #d346ba

#d346ba

Complementary Color

#d346ba #46d35f

#d346ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d346ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d346ba Color CSS Codes

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

#d346ba Text Font Color

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

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


#d346ba Background Color

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

This div background color is #d346ba


#d346ba Border Color

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

This div border color is #d346ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,70,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 #d346ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d346ba


Comments

No comments written yet.

Please login to write comment.