Color Hex Logo

#d333bc Color Hex

#D333BC
(211,51,188)
0 Favorites   0 Comments

Color spaces of #d333bc

RGB 21151188
HSL0.860.650.51
HSV309°76°83°
CMYK 0.000.760.11   0.17
XYZ37.124919.847449.4512
Yxy19.84740.34880.1865
Hunter Lab44.550470.7850-34.6269
CIE-Lab51.664273.8367-37.0712

#d333bc color RGB value is (211,51,188).

#d333bc hex color red value is 211, green value is 51 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d333bc hue: 0.86 , saturation: 0.65 and the lightness value of d333bc is 0.51.

The process color (four color CMYK) of #d333bc color hex is 0.00, 0.76, 0.11, 0.17. Web safe color of #d333bc is #cc33cc. Color #d333bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110011 10111100
Octal 323 63 274
Decimal 211 51 188
Hex D3 33 BC

RGB Percentages of Color #d333bc

%46.89
%11.33
%41.78

CMYK Percentages of Color #d333bc

%0
%76
%11
%17

Triadic Colors of #d333bc

#d333bc #bcd333 #33bcd3

Analogous Colors of #d333bc

#d333bc #d3336c #9a33d3

Monochromatic Colors of #d333bc

#d333bc

Complementary Color

#d333bc #33d34a

#d333bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d333bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d333bc Color CSS Codes

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

#d333bc Text Font Color

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

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


#d333bc Background Color

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

This div background color is #d333bc


#d333bc Border Color

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

This div border color is #d333bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,51,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d333bc


Comments

No comments written yet.

Please login to write comment.