color codes Logo

#dd38fd color codes

#DD38FD
(221,56,253)
0 Favorites   0 Comments

Color spaces of #dd38fd

RGB 22156253
HSL0.810.980.61
HSV290°78°99°
CMYK 0.130.780.00   0.01
XYZ48.962625.292395.2298
Yxy25.29230.28890.1492
Hunter Lab50.291585.7735-77.0651
CIE-Lab57.359184.6132-64.7832

#dd38fd color RGB value is (221,56,253).

#dd38fd hex color red value is 221, green value is 56 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dd38fd hue: 0.81 , saturation: 0.98 and the lightness value of dd38fd is 0.61.

The process color (four color CMYK) of #dd38fd color code is 0.13, 0.78, 0.00, 0.01. Web safe color of #dd38fd is #cc33ff. Color #dd38fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111000 11111101
Octal 335 70 375
Decimal 221 56 253
Hex DD 38 FD

RGB Percentages of Color #dd38fd

%41.70
%10.57
%47.74

CMYK Percentages of Color #dd38fd

%13
%78
%0
%1

Triadic Colors of #dd38fd

#dd38fd #fddd38 #38fddd

Analogous Colors of #dd38fd

#dd38fd #fd38bb #7b38fd

Monochromatic Colors of #dd38fd

#dd38fd

Complementary Color

#dd38fd #58fd38

#dd38fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd38fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd38fd Color CSS Codes

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

#dd38fd Text Font Color

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

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


#dd38fd Background Color

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

This div background color is #dd38fd


#dd38fd Border Color

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

This div border color is #dd38fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd38fd


Comments

No comments written yet.

Please login to write comment.