Color Hex Logo

#d323bc Color Hex

#D323BC
(211,35,188)
0 Favorites   0 Comments

Color spaces of #d323bc

RGB 21135188
HSL0.860.720.48
HSV308°83°83°
CMYK 0.000.830.11   0.17
XYZ36.542118.681849.2569
Yxy18.68180.34970.1788
Hunter Lab43.222475.2722-37.3120
CIE-Lab50.312877.7391-39.1996

#d323bc color RGB value is (211,35,188).

#d323bc hex color red value is 211, green value is 35 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d323bc hue: 0.86 , saturation: 0.72 and the lightness value of d323bc is 0.48.

The process color (four color CMYK) of #d323bc color hex is 0.00, 0.83, 0.11, 0.17. Web safe color of #d323bc is #cc33cc. Color #d323bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100011 10111100
Octal 323 43 274
Decimal 211 35 188
Hex D3 23 BC

RGB Percentages of Color #d323bc

%48.62
%8.06
%43.32

CMYK Percentages of Color #d323bc

%0
%83
%11
%17

Triadic Colors of #d323bc

#d323bc #bcd323 #23bcd3

Analogous Colors of #d323bc

#d323bc #d32364 #9223d3

Monochromatic Colors of #d323bc

#d323bc

Complementary Color

#d323bc #23d33a

#d323bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d323bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d323bc Color CSS Codes

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

#d323bc Text Font Color

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

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


#d323bc Background Color

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

This div background color is #d323bc


#d323bc Border Color

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

This div border color is #d323bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,35,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d323bc


Comments

No comments written yet.

Please login to write comment.