Color Hex Logo

#d623dd Color Hex

#D623DD
(214,35,221)
0 Favorites   0 Comments

Color spaces of #d623dd

RGB 21435221
HSL0.830.730.50
HSV298°84°87°
CMYK 0.030.840.00   0.13
XYZ41.383720.718770.2245
Yxy20.71870.31270.1566
Hunter Lab45.517882.6318-59.6097
CIE-Lab52.640283.1029-54.4531

#d623dd color RGB value is (214,35,221).

#d623dd hex color red value is 214, green value is 35 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d623dd hue: 0.83 , saturation: 0.73 and the lightness value of d623dd is 0.50.

The process color (four color CMYK) of #d623dd color hex is 0.03, 0.84, 0.00, 0.13. Web safe color of #d623dd is #cc33cc. Color #d623dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00100011 11011101
Octal 326 43 335
Decimal 214 35 221
Hex D6 23 DD

RGB Percentages of Color #d623dd

%45.53
%7.45
%47.02

CMYK Percentages of Color #d623dd

%3
%84
%0
%13

Triadic Colors of #d623dd

#d623dd #ddd623 #23ddd6

Analogous Colors of #d623dd

#d623dd #dd2387 #7923dd

Monochromatic Colors of #d623dd

#d623dd

Complementary Color

#d623dd #2add23

#d623dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d623dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d623dd Color CSS Codes

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

#d623dd Text Font Color

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

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


#d623dd Background Color

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

This div background color is #d623dd


#d623dd Border Color

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

This div border color is #d623dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d623dd


Comments

No comments written yet.

Please login to write comment.