Color Hex Logo

#d23dda Color Hex

#D23DDA
(210,61,218)
0 Favorites   0 Comments

Color spaces of #d23dda

RGB 21061218
HSL0.820.680.55
HSV297°72°85°
CMYK 0.040.720.00   0.15
XYZ40.902022.101168.4398
Yxy22.10110.31120.1681
Hunter Lab47.011873.0309-53.4061
CIE-Lab54.134175.1877-50.4010

#d23dda color RGB value is (210,61,218).

#d23dda hex color red value is 210, green value is 61 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d23dda hue: 0.82 , saturation: 0.68 and the lightness value of d23dda is 0.55.

The process color (four color CMYK) of #d23dda color hex is 0.04, 0.72, 0.00, 0.15. Web safe color of #d23dda is #cc33cc. Color #d23dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111101 11011010
Octal 322 75 332
Decimal 210 61 218
Hex D2 3D DA

RGB Percentages of Color #d23dda

%42.94
%12.47
%44.58

CMYK Percentages of Color #d23dda

%4
%72
%0
%15

Triadic Colors of #d23dda

#d23dda #dad23d #3ddad2

Analogous Colors of #d23dda

#d23dda #da3d94 #843dda

Monochromatic Colors of #d23dda

#d23dda

Complementary Color

#d23dda #45da3d

#d23dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23dda Color CSS Codes

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

#d23dda Text Font Color

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

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


#d23dda Background Color

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

This div background color is #d23dda


#d23dda Border Color

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

This div border color is #d23dda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,61,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d23dda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d23dda;
  -webkit-box-shadow: 1px 1px 3px 2px #d23dda;
  box-shadow:         1px 1px 3px 2px #d23dda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,61,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23dda


Comments

No comments written yet.

Please login to write comment.