Color Hex Logo

#d336be Color Hex

#D336BE
(211,54,190)
0 Favorites   0 Comments

Color spaces of #d336be

RGB 21154190
HSL0.860.640.52
HSV308°74°83°
CMYK 0.000.740.10   0.17
XYZ37.477420.204950.6399
Yxy20.20490.34600.1865
Hunter Lab44.949970.1639-35.3304
CIE-Lab52.068173.2491-37.5969

#d336be color RGB value is (211,54,190).

#d336be hex color red value is 211, green value is 54 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d336be hue: 0.86 , saturation: 0.64 and the lightness value of d336be is 0.52.

The process color (four color CMYK) of #d336be color hex is 0.00, 0.74, 0.10, 0.17. Web safe color of #d336be is #cc33cc. Color #d336be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110110 10111110
Octal 323 66 276
Decimal 211 54 190
Hex D3 36 BE

RGB Percentages of Color #d336be

%46.37
%11.87
%41.76

CMYK Percentages of Color #d336be

%0
%74
%10
%17

Triadic Colors of #d336be

#d336be #bed336 #36bed3

Analogous Colors of #d336be

#d336be #d33670 #9a36d3

Monochromatic Colors of #d336be

#d336be

Complementary Color

#d336be #36d34b

#d336be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d336be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d336be Color CSS Codes

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

#d336be Text Font Color

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

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


#d336be Background Color

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

This div background color is #d336be


#d336be Border Color

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

This div border color is #d336be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d336be


Comments

No comments written yet.

Please login to write comment.