Color Hex Logo

#d47bea Color Hex

#D47BEA
(212,123,234)
0 Favorites   0 Comments

Color spaces of #d47bea

RGB 212123234
HSL0.800.730.70
HSV288°47°92°
CMYK 0.090.470.00   0.08
XYZ49.085634.103581.8374
Yxy34.10350.29740.2067
Hunter Lab58.398247.8382-42.2084
CIE-Lab65.044651.8213-42.1097

#d47bea color RGB value is (212,123,234).

#d47bea hex color red value is 212, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d47bea hue: 0.80 , saturation: 0.73 and the lightness value of d47bea is 0.70.

The process color (four color CMYK) of #d47bea color hex is 0.09, 0.47, 0.00, 0.08. Web safe color of #d47bea is #cc66ff. Color #d47bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111011 11101010
Octal 324 173 352
Decimal 212 123 234
Hex D4 7B EA

RGB Percentages of Color #d47bea

%37.26
%21.62
%41.12

CMYK Percentages of Color #d47bea

%9
%47
%0
%8

Triadic Colors of #d47bea

#d47bea #ead47b #7bead4

Analogous Colors of #d47bea

#d47bea #ea7bc9 #9d7bea

Monochromatic Colors of #d47bea

#d47bea

Complementary Color

#d47bea #91ea7b

#d47bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47bea Color CSS Codes

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

#d47bea Text Font Color

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

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


#d47bea Background Color

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

This div background color is #d47bea


#d47bea Border Color

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

This div border color is #d47bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47bea


Comments

No comments written yet.

Please login to write comment.