Color Hex Logo

#d23ddb Color Hex

#D23DDB
(210,61,219)
0 Favorites   0 Comments

Color spaces of #d23ddb

RGB 21061219
HSL0.820.690.55
HSV297°72°86°
CMYK 0.040.720.00   0.14
XYZ41.033322.153669.1312
Yxy22.15360.31010.1674
Hunter Lab47.067673.2471-54.1357
CIE-Lab54.189675.3521-50.8803

#d23ddb color RGB value is (210,61,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111101 11011011
Octal 322 75 333
Decimal 210 61 219
Hex D2 3D DB

RGB Percentages of Color #d23ddb

%42.86
%12.45
%44.69

CMYK Percentages of Color #d23ddb

%4
%72
%0
%14

Triadic Colors of #d23ddb

#d23ddb #dbd23d #3ddbd2

Analogous Colors of #d23ddb

#d23ddb #db3d95 #833ddb

Monochromatic Colors of #d23ddb

#d23ddb

Complementary Color

#d23ddb #46db3d

#d23ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23ddb Color CSS Codes

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

#d23ddb Text Font Color

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

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


#d23ddb Background Color

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

This div background color is #d23ddb


#d23ddb Border Color

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

This div border color is #d23ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23ddb


Comments

No comments written yet.

Please login to write comment.