Color Hex Logo

#dd2bea Color Hex

#DD2BEA
(221,43,234)
0 Favorites   0 Comments

Color spaces of #dd2bea

RGB 22143234
HSL0.820.820.54
HSV296°82°92°
CMYK 0.060.820.00   0.08
XYZ45.534023.040479.8892
Yxy23.04040.30670.1552
Hunter Lab48.000485.3274-65.0787
CIE-Lab55.113984.7077-57.7771

#dd2bea color RGB value is (221,43,234).

#dd2bea hex color red value is 221, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dd2bea hue: 0.82 , saturation: 0.82 and the lightness value of dd2bea is 0.54.

The process color (four color CMYK) of #dd2bea color hex is 0.06, 0.82, 0.00, 0.08. Web safe color of #dd2bea is #cc33ff. Color #dd2bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101011 11101010
Octal 335 53 352
Decimal 221 43 234
Hex DD 2B EA

RGB Percentages of Color #dd2bea

%44.38
%8.63
%46.99

CMYK Percentages of Color #dd2bea

%6
%82
%0
%8

Triadic Colors of #dd2bea

#dd2bea #eadd2b #2beadd

Analogous Colors of #dd2bea

#dd2bea #ea2b98 #7e2bea

Monochromatic Colors of #dd2bea

#dd2bea

Complementary Color

#dd2bea #38ea2b

#dd2bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2bea Color CSS Codes

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

#dd2bea Text Font Color

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

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


#dd2bea Background Color

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

This div background color is #dd2bea


#dd2bea Border Color

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

This div border color is #dd2bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2bea


Comments

No comments written yet.

Please login to write comment.