Color Hex Logo

#dd6498 Color Hex

#DD6498
(221,100,152)
0 Favorites   0 Comments

Color spaces of #dd6498

RGB 221100152
HSL0.930.640.63
HSV334°55°87°
CMYK 0.000.550.31   0.13
XYZ40.043526.753532.7592
Yxy26.75350.40220.2687
Hunter Lab51.723847.6744-1.3446
CIE-Lab58.745552.6514-5.1438

#dd6498 color RGB value is (221,100,152).

#dd6498 hex color red value is 221, green value is 100 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dd6498 hue: 0.93 , saturation: 0.64 and the lightness value of dd6498 is 0.63.

The process color (four color CMYK) of #dd6498 color hex is 0.00, 0.55, 0.31, 0.13. Web safe color of #dd6498 is #cc6699. Color #dd6498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100100 10011000
Octal 335 144 230
Decimal 221 100 152
Hex DD 64 98

RGB Percentages of Color #dd6498

%46.72
%21.14
%32.14

CMYK Percentages of Color #dd6498

%0
%55
%31
%13

Triadic Colors of #dd6498

#dd6498 #98dd64 #6498dd

Analogous Colors of #dd6498

#dd6498 #dd6d64 #dd64d5

Monochromatic Colors of #dd6498

#dd6498

Complementary Color

#dd6498 #64dda9

#dd6498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6498 Color CSS Codes

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

#dd6498 Text Font Color

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

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


#dd6498 Background Color

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

This div background color is #dd6498


#dd6498 Border Color

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

This div border color is #dd6498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6498


Comments

No comments written yet.

Please login to write comment.