Color Hex Logo

#d345ba Color Hex

#D345BA
(211,69,186)
0 Favorites   0 Comments

Color spaces of #d345ba

RGB 21169186
HSL0.860.620.55
HSV311°67°83°
CMYK 0.000.670.12   0.17
XYZ37.855021.650348.6381
Yxy21.65030.35000.2002
Hunter Lab46.529963.7937-29.4054
CIE-Lab53.654067.6406-32.7933

#d345ba color RGB value is (211,69,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000101 10111010
Octal 323 105 272
Decimal 211 69 186
Hex D3 45 BA

RGB Percentages of Color #d345ba

%45.28
%14.81
%39.91

CMYK Percentages of Color #d345ba

%0
%67
%12
%17

Triadic Colors of #d345ba

#d345ba #bad345 #45bad3

Analogous Colors of #d345ba

#d345ba #d34573 #a545d3

Monochromatic Colors of #d345ba

#d345ba

Complementary Color

#d345ba #45d35e

#d345ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d345ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d345ba Color CSS Codes

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

#d345ba Text Font Color

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

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


#d345ba Background Color

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

This div background color is #d345ba


#d345ba Border Color

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

This div border color is #d345ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d345ba


Comments

No comments written yet.

Please login to write comment.