Color Hex Logo

#dd68ca Color Hex

#DD68CA
(221,104,202)
0 Favorites   0 Comments

Color spaces of #dd68ca

RGB 221104202
HSL0.860.630.64
HSV310°53°87°
CMYK 0.000.530.09   0.13
XYZ45.429829.537059.1839
Yxy29.53700.33860.2202
Hunter Lab54.348054.1004-26.5221
CIE-Lab61.252757.9490-30.0274

#dd68ca color RGB value is (221,104,202).

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

The process color (four color CMYK) of #dd68ca color hex is 0.00, 0.53, 0.09, 0.13. Web safe color of #dd68ca is #cc66cc. Color #dd68ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101000 11001010
Octal 335 150 312
Decimal 221 104 202
Hex DD 68 CA

RGB Percentages of Color #dd68ca

%41.94
%19.73
%38.33

CMYK Percentages of Color #dd68ca

%0
%53
%9
%13

Triadic Colors of #dd68ca

#dd68ca #cadd68 #68cadd

Analogous Colors of #dd68ca

#dd68ca #dd6890 #b668dd

Monochromatic Colors of #dd68ca

#dd68ca

Complementary Color

#dd68ca #68dd7b

#dd68ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd68ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd68ca Color CSS Codes

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

#dd68ca Text Font Color

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

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


#dd68ca Background Color

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

This div background color is #dd68ca


#dd68ca Border Color

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

This div border color is #dd68ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd68ca


Comments

No comments written yet.

Please login to write comment.