Color Hex Logo

#d323ee Color Hex

#D323EE
(211,35,238)
0 Favorites   0 Comments

Color spaces of #d323ee

RGB 21135238
HSL0.810.860.54
HSV292°85°93°
CMYK 0.110.850.00   0.07
XYZ42.897621.224082.7246
Yxy21.22400.29210.1445
Hunter Lab46.069585.5885-74.2153
CIE-Lab53.193885.2829-63.1970

#d323ee color RGB value is (211,35,238).

#d323ee hex color red value is 211, green value is 35 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d323ee hue: 0.81 , saturation: 0.86 and the lightness value of d323ee is 0.54.

The process color (four color CMYK) of #d323ee color hex is 0.11, 0.85, 0.00, 0.07. Web safe color of #d323ee is #cc33ff. Color #d323ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100011 11101110
Octal 323 43 356
Decimal 211 35 238
Hex D3 23 EE

RGB Percentages of Color #d323ee

%43.60
%7.23
%49.17

CMYK Percentages of Color #d323ee

%11
%85
%0
%7

Triadic Colors of #d323ee

#d323ee #eed323 #23eed3

Analogous Colors of #d323ee

#d323ee #ee23a4 #6e23ee

Monochromatic Colors of #d323ee

#d323ee

Complementary Color

#d323ee #3eee23

#d323ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d323ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d323ee Color CSS Codes

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

#d323ee Text Font Color

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

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


#d323ee Background Color

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

This div background color is #d323ee


#d323ee Border Color

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

This div border color is #d323ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d323ee


Comments

No comments written yet.

Please login to write comment.