Color Hex Logo

#d12ccb Color Hex

#D12CCB
(209,44,203)
0 Favorites   0 Comments

Color spaces of #d12ccb

RGB 20944203
HSL0.840.650.50
HSV302°79°82°
CMYK 0.000.790.03   0.18
XYZ37.974719.668558.2948
Yxy19.66850.32750.1696
Hunter Lab44.349275.2324-46.8893
CIE-Lab51.460377.4834-46.0893

#d12ccb color RGB value is (209,44,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101100 11001011
Octal 321 54 313
Decimal 209 44 203
Hex D1 2C CB

RGB Percentages of Color #d12ccb

%45.83
%9.65
%44.52

CMYK Percentages of Color #d12ccb

%0
%79
%3
%18

Triadic Colors of #d12ccb

#d12ccb #cbd12c #2ccbd1

Analogous Colors of #d12ccb

#d12ccb #d12c79 #852cd1

Monochromatic Colors of #d12ccb

#d12ccb

Complementary Color

#d12ccb #2cd132

#d12ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12ccb Color CSS Codes

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

#d12ccb Text Font Color

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

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


#d12ccb Background Color

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

This div background color is #d12ccb


#d12ccb Border Color

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

This div border color is #d12ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12ccb


Comments

No comments written yet.

Please login to write comment.