Color Hex Logo

#d933be Color Hex

#D933BE
(217,51,190)
0 Favorites   0 Comments

Color spaces of #d933be

RGB 21751190
HSL0.860.690.53
HSV310°76°85°
CMYK 0.000.760.12   0.15
XYZ39.093420.837150.6767
Yxy20.83710.35340.1884
Hunter Lab45.647772.9868-33.8686
CIE-Lab52.770775.4163-36.4230

#d933be color RGB value is (217,51,190).

#d933be hex color red value is 217, green value is 51 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d933be hue: 0.86 , saturation: 0.69 and the lightness value of d933be is 0.53.

The process color (four color CMYK) of #d933be color hex is 0.00, 0.76, 0.12, 0.15. Web safe color of #d933be is #cc33cc. Color #d933be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110011 10111110
Octal 331 63 276
Decimal 217 51 190
Hex D9 33 BE

RGB Percentages of Color #d933be

%47.38
%11.14
%41.48

CMYK Percentages of Color #d933be

%0
%76
%12
%15

Triadic Colors of #d933be

#d933be #bed933 #33bed9

Analogous Colors of #d933be

#d933be #d9336b #a133d9

Monochromatic Colors of #d933be

#d933be

Complementary Color

#d933be #33d94e

#d933be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d933be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d933be Color CSS Codes

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

#d933be Text Font Color

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

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


#d933be Background Color

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

This div background color is #d933be


#d933be Border Color

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

This div border color is #d933be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d933be


Comments

No comments written yet.

Please login to write comment.