Color Hex Logo

#d11ccb Color Hex

#D11CCB
(209,28,203)
0 Favorites   0 Comments

Color spaces of #d11ccb

RGB 20928203
HSL0.840.760.46
HSV302°87°82°
CMYK 0.000.870.03   0.18
XYZ37.489218.697658.1330
Yxy18.69760.32790.1636
Hunter Lab43.240779.0862-49.4412
CIE-Lab50.331580.7728-47.8851

#d11ccb color RGB value is (209,28,203).

#d11ccb hex color red value is 209, green value is 28 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d11ccb hue: 0.84 , saturation: 0.76 and the lightness value of d11ccb is 0.46.

The process color (four color CMYK) of #d11ccb color hex is 0.00, 0.87, 0.03, 0.18. Web safe color of #d11ccb is #cc33cc. Color #d11ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011100 11001011
Octal 321 34 313
Decimal 209 28 203
Hex D1 1C CB

RGB Percentages of Color #d11ccb

%47.50
%6.36
%46.14

CMYK Percentages of Color #d11ccb

%0
%87
%3
%18

Triadic Colors of #d11ccb

#d11ccb #cbd11c #1ccbd1

Analogous Colors of #d11ccb

#d11ccb #d11c71 #7d1cd1

Monochromatic Colors of #d11ccb

#d11ccb

Complementary Color

#d11ccb #1cd122

#d11ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d11ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d11ccb Color CSS Codes

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

#d11ccb Text Font Color

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

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


#d11ccb Background Color

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

This div background color is #d11ccb


#d11ccb Border Color

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

This div border color is #d11ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d11ccb


Comments

No comments written yet.

Please login to write comment.