Color Hex Logo

#d12bcc Color Hex

#D12BCC
(209,43,204)
0 Favorites   0 Comments

Color spaces of #d12bcc

RGB 20943204
HSL0.840.660.49
HSV302°79°82°
CMYK 0.000.790.02   0.18
XYZ38.057519.642758.9123
Yxy19.64270.32640.1684
Hunter Lab44.320175.7172-47.7869
CIE-Lab51.430877.8781-46.7116

#d12bcc color RGB value is (209,43,204).

#d12bcc hex color red value is 209, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d12bcc hue: 0.84 , saturation: 0.66 and the lightness value of d12bcc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101011 11001100
Octal 321 53 314
Decimal 209 43 204
Hex D1 2B CC

RGB Percentages of Color #d12bcc

%45.83
%9.43
%44.74

CMYK Percentages of Color #d12bcc

%0
%79
%2
%18

Triadic Colors of #d12bcc

#d12bcc #ccd12b #2bccd1

Analogous Colors of #d12bcc

#d12bcc #d12b79 #832bd1

Monochromatic Colors of #d12bcc

#d12bcc

Complementary Color

#d12bcc #2bd130

#d12bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12bcc Color CSS Codes

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

#d12bcc Text Font Color

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

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


#d12bcc Background Color

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

This div background color is #d12bcc


#d12bcc Border Color

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

This div border color is #d12bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12bcc


Comments

No comments written yet.

Please login to write comment.