Color Hex Logo

#d83bae Color Hex

#D83BAE
(216,59,174)
0 Favorites   0 Comments

Color spaces of #d83bae

RGB 21659174
HSL0.880.670.54
HSV316°73°85°
CMYK 0.000.730.19   0.15
XYZ37.522820.782942.0782
Yxy20.78290.37380.2070
Hunter Lab45.588367.1404-22.8132
CIE-Lab52.711170.6256-27.2112

#d83bae color RGB value is (216,59,174).

#d83bae hex color red value is 216, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d83bae hue: 0.88 , saturation: 0.67 and the lightness value of d83bae is 0.54.

The process color (four color CMYK) of #d83bae color hex is 0.00, 0.73, 0.19, 0.15. Web safe color of #d83bae is #cc3399. Color #d83bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111011 10101110
Octal 330 73 256
Decimal 216 59 174
Hex D8 3B AE

RGB Percentages of Color #d83bae

%48.11
%13.14
%38.75

CMYK Percentages of Color #d83bae

%0
%73
%19
%15

Triadic Colors of #d83bae

#d83bae #aed83b #3baed8

Analogous Colors of #d83bae

#d83bae #d83b60 #b43bd8

Monochromatic Colors of #d83bae

#d83bae

Complementary Color

#d83bae #3bd865

#d83bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83bae Color CSS Codes

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

#d83bae Text Font Color

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

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


#d83bae Background Color

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

This div background color is #d83bae


#d83bae Border Color

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

This div border color is #d83bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,59,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d83bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d83bae;
  -webkit-box-shadow: 1px 1px 3px 2px #d83bae;
  box-shadow:         1px 1px 3px 2px #d83bae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,59,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83bae


Comments

No comments written yet.

Please login to write comment.