Color Hex Logo

#d94bea Color Hex

#D94BEA
(217,75,234)
0 Favorites   0 Comments

Color spaces of #d94bea

RGB 21775234
HSL0.820.790.61
HSV294°68°92°
CMYK 0.070.680.00   0.08
XYZ45.982625.724480.3837
Yxy25.72440.30230.1691
Hunter Lab50.719273.0714-58.4639
CIE-Lab57.774574.5203-53.5613

#d94bea color RGB value is (217,75,234).

#d94bea hex color red value is 217, green value is 75 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d94bea hue: 0.82 , saturation: 0.79 and the lightness value of d94bea is 0.61.

The process color (four color CMYK) of #d94bea color hex is 0.07, 0.68, 0.00, 0.08. Web safe color of #d94bea is #cc33ff. Color #d94bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001011 11101010
Octal 331 113 352
Decimal 217 75 234
Hex D9 4B EA

RGB Percentages of Color #d94bea

%41.25
%14.26
%44.49

CMYK Percentages of Color #d94bea

%7
%68
%0
%8

Triadic Colors of #d94bea

#d94bea #ead94b #4bead9

Analogous Colors of #d94bea

#d94bea #ea4bac #8a4bea

Monochromatic Colors of #d94bea

#d94bea

Complementary Color

#d94bea #5cea4b

#d94bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94bea Color CSS Codes

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

#d94bea Text Font Color

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

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


#d94bea Background Color

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

This div background color is #d94bea


#d94bea Border Color

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

This div border color is #d94bea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,75,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94bea


Comments

No comments written yet.

Please login to write comment.