Color Hex Logo

#dd33ce Color Hex

#DD33CE
(221,51,206)
0 Favorites   0 Comments

Color spaces of #dd33ce

RGB 22151206
HSL0.850.710.53
HSV305°77°87°
CMYK 0.000.770.07   0.13
XYZ42.143222.196060.4556
Yxy22.19600.33770.1779
Hunter Lab47.112677.2248-43.1029
CIE-Lab54.234378.5361-43.2888

#dd33ce color RGB value is (221,51,206).

#dd33ce hex color red value is 221, green value is 51 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dd33ce hue: 0.85 , saturation: 0.71 and the lightness value of dd33ce is 0.53.

The process color (four color CMYK) of #dd33ce color hex is 0.00, 0.77, 0.07, 0.13. Web safe color of #dd33ce is #cc33cc. Color #dd33ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110011 11001110
Octal 335 63 316
Decimal 221 51 206
Hex DD 33 CE

RGB Percentages of Color #dd33ce

%46.23
%10.67
%43.10

CMYK Percentages of Color #dd33ce

%0
%77
%7
%13

Triadic Colors of #dd33ce

#dd33ce #cedd33 #33cedd

Analogous Colors of #dd33ce

#dd33ce #dd3379 #9733dd

Monochromatic Colors of #dd33ce

#dd33ce

Complementary Color

#dd33ce #33dd42

#dd33ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd33ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd33ce Color CSS Codes

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

#dd33ce Text Font Color

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

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


#dd33ce Background Color

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

This div background color is #dd33ce


#dd33ce Border Color

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

This div border color is #dd33ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,51,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd33ce


Comments

No comments written yet.

Please login to write comment.