Color Hex Logo

#d112cb Color Hex

#D112CB
(209,18,203)
0 Favorites   0 Comments

Color spaces of #d112cb

RGB 20918203
HSL0.840.840.45
HSV302°91°82°
CMYK 0.000.910.03   0.18
XYZ37.290318.299758.0667
Yxy18.29970.32810.1610
Hunter Lab42.778180.7391-50.5350
CIE-Lab49.857682.1659-48.6405

#d112cb color RGB value is (209,18,203).

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

The process color (four color CMYK) of #d112cb color hex is 0.00, 0.91, 0.03, 0.18. Web safe color of #d112cb is #cc00cc. Color #d112cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010010 11001011
Octal 321 22 313
Decimal 209 18 203
Hex D1 12 CB

RGB Percentages of Color #d112cb

%48.60
%4.19
%47.21

CMYK Percentages of Color #d112cb

%0
%91
%3
%18

Triadic Colors of #d112cb

#d112cb #cbd112 #12cbd1

Analogous Colors of #d112cb

#d112cb #d1126c #7812d1

Monochromatic Colors of #d112cb

#d112cb

Complementary Color

#d112cb #12d118

#d112cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d112cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d112cb Color CSS Codes

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

#d112cb Text Font Color

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

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


#d112cb Background Color

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

This div background color is #d112cb


#d112cb Border Color

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

This div border color is #d112cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d112cb


Comments

No comments written yet.

Please login to write comment.