Color Hex Logo

#d133cc Color Hex

#D133CC
(209,51,204)
0 Favorites   0 Comments

Color spaces of #d133cc

RGB 20951204
HSL0.840.630.51
HSV302°76°82°
CMYK 0.000.760.02   0.18
XYZ38.377420.282659.0190
Yxy20.28260.32610.1724
Hunter Lab45.036273.2946-46.1729
CIE-Lab52.155275.7853-45.5609

#d133cc color RGB value is (209,51,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110011 11001100
Octal 321 63 314
Decimal 209 51 204
Hex D1 33 CC

RGB Percentages of Color #d133cc

%45.04
%10.99
%43.97

CMYK Percentages of Color #d133cc

%0
%76
%2
%18

Triadic Colors of #d133cc

#d133cc #ccd133 #33ccd1

Analogous Colors of #d133cc

#d133cc #d1337d #8733d1

Monochromatic Colors of #d133cc

#d133cc

Complementary Color

#d133cc #33d138

#d133cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d133cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d133cc Color CSS Codes

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

#d133cc Text Font Color

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

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


#d133cc Background Color

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

This div background color is #d133cc


#d133cc Border Color

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

This div border color is #d133cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d133cc


Comments

No comments written yet.

Please login to write comment.