Color Hex Logo

#dd31be Color Hex

#DD31BE
(221,49,190)
0 Favorites   0 Comments

Color spaces of #dd31be

RGB 22149190
HSL0.860.720.53
HSV311°78°87°
CMYK 0.000.780.14   0.13
XYZ40.211421.286550.7045
Yxy21.28650.35840.1897
Hunter Lab46.137374.8331-32.8631
CIE-Lab53.261676.8118-35.6050

#dd31be color RGB value is (221,49,190).

#dd31be hex color red value is 221, green value is 49 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dd31be hue: 0.86 , saturation: 0.72 and the lightness value of dd31be is 0.53.

The process color (four color CMYK) of #dd31be color hex is 0.00, 0.78, 0.14, 0.13. Web safe color of #dd31be is #cc33cc. Color #dd31be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110001 10111110
Octal 335 61 276
Decimal 221 49 190
Hex DD 31 BE

RGB Percentages of Color #dd31be

%48.04
%10.65
%41.30

CMYK Percentages of Color #dd31be

%0
%78
%14
%13

Triadic Colors of #dd31be

#dd31be #bedd31 #31bedd

Analogous Colors of #dd31be

#dd31be #dd3168 #a631dd

Monochromatic Colors of #dd31be

#dd31be

Complementary Color

#dd31be #31dd50

#dd31be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd31be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd31be Color CSS Codes

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

#dd31be Text Font Color

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

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


#dd31be Background Color

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

This div background color is #dd31be


#dd31be Border Color

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

This div border color is #dd31be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd31be


Comments

No comments written yet.

Please login to write comment.