Color Hex Logo

#d90bea Color Hex

#D90BEA
(217,11,234)
0 Favorites   0 Comments

Color spaces of #d90bea

RGB 21711234
HSL0.820.910.48
HSV295°95°92°
CMYK 0.070.950.00   0.08
XYZ43.586220.931679.5848
Yxy20.93160.30250.1453
Hunter Lab45.751189.9893-71.1103
CIE-Lab52.874688.7001-61.4087

#d90bea color RGB value is (217,11,234).

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

The process color (four color CMYK) of #d90bea color hex is 0.07, 0.95, 0.00, 0.08. Web safe color of #d90bea is #cc00ff. Color #d90bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001011 11101010
Octal 331 13 352
Decimal 217 11 234
Hex D9 B EA

RGB Percentages of Color #d90bea

%46.97
%2.38
%50.65

CMYK Percentages of Color #d90bea

%7
%95
%0
%8

Triadic Colors of #d90bea

#d90bea #ead90b #0bead9

Analogous Colors of #d90bea

#d90bea #ea0b8c #6a0bea

Monochromatic Colors of #d90bea

#d90bea

Complementary Color

#d90bea #1cea0b

#d90bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90bea Color CSS Codes

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

#d90bea Text Font Color

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

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


#d90bea Background Color

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

This div background color is #d90bea


#d90bea Border Color

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

This div border color is #d90bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90bea


Comments

No comments written yet.

Please login to write comment.