Color Hex Logo

#d223bc Color Hex

#D223BC
(210,35,188)
0 Favorites   0 Comments

Color spaces of #d223bc

RGB 21035188
HSL0.850.710.48
HSV308°83°82°
CMYK 0.000.830.10   0.18
XYZ36.256518.534549.2435
Yxy18.53450.34850.1782
Hunter Lab43.051774.9853-37.6810
CIE-Lab50.138177.5427-39.4869

#d223bc color RGB value is (210,35,188).

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

The process color (four color CMYK) of #d223bc color hex is 0.00, 0.83, 0.10, 0.18. Web safe color of #d223bc is #cc33cc. Color #d223bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100011 10111100
Octal 322 43 274
Decimal 210 35 188
Hex D2 23 BC

RGB Percentages of Color #d223bc

%48.50
%8.08
%43.42

CMYK Percentages of Color #d223bc

%0
%83
%10
%18

Triadic Colors of #d223bc

#d223bc #bcd223 #23bcd2

Analogous Colors of #d223bc

#d223bc #d22365 #9123d2

Monochromatic Colors of #d223bc

#d223bc

Complementary Color

#d223bc #23d239

#d223bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d223bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d223bc Color CSS Codes

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

#d223bc Text Font Color

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

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


#d223bc Background Color

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

This div background color is #d223bc


#d223bc Border Color

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

This div border color is #d223bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d223bc


Comments

No comments written yet.

Please login to write comment.