Color Hex Logo

#dd0cea Color Hex

#DD0CEA
(221,12,234)
0 Favorites   0 Comments

Color spaces of #dd0cea

RGB 22112234
HSL0.820.900.48
HSV296°95°92°
CMYK 0.060.950.00   0.08
XYZ44.801521.575679.6451
Yxy21.57560.30680.1478
Hunter Lab46.449590.8801-69.1474
CIE-Lab53.573889.2370-60.2486

#dd0cea color RGB value is (221,12,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001100 11101010
Octal 335 14 352
Decimal 221 12 234
Hex DD C EA

RGB Percentages of Color #dd0cea

%47.32
%2.57
%50.11

CMYK Percentages of Color #dd0cea

%6
%95
%0
%8

Triadic Colors of #dd0cea

#dd0cea #eadd0c #0ceadd

Analogous Colors of #dd0cea

#dd0cea #ea0c88 #6e0cea

Monochromatic Colors of #dd0cea

#dd0cea

Complementary Color

#dd0cea #19ea0c

#dd0cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0cea Color CSS Codes

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

#dd0cea Text Font Color

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

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


#dd0cea Background Color

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

This div background color is #dd0cea


#dd0cea Border Color

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

This div border color is #dd0cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0cea


Comments

No comments written yet.

Please login to write comment.