Color Hex Logo

#dd1cef Color Hex

#DD1CEF
(221,28,239)
0 Favorites   0 Comments

Color spaces of #dd1cef

RGB 22128239
HSL0.820.870.52
HSV295°88°94°
CMYK 0.080.880.00   0.06
XYZ45.814022.434783.5770
Yxy22.43470.30180.1478
Hunter Lab47.365389.7646-71.4627
CIE-Lab54.485288.2180-61.5951

#dd1cef color RGB value is (221,28,239).

#dd1cef hex color red value is 221, green value is 28 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dd1cef hue: 0.82 , saturation: 0.87 and the lightness value of dd1cef is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011100 11101111
Octal 335 34 357
Decimal 221 28 239
Hex DD 1C EF

RGB Percentages of Color #dd1cef

%45.29
%5.74
%48.98

CMYK Percentages of Color #dd1cef

%8
%88
%0
%6

Triadic Colors of #dd1cef

#dd1cef #efdd1c #1cefdd

Analogous Colors of #dd1cef

#dd1cef #ef1c98 #741cef

Monochromatic Colors of #dd1cef

#dd1cef

Complementary Color

#dd1cef #2eef1c

#dd1cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1cef Color CSS Codes

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

#dd1cef Text Font Color

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

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


#dd1cef Background Color

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

This div background color is #dd1cef


#dd1cef Border Color

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

This div border color is #dd1cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1cef


Comments

No comments written yet.

Please login to write comment.