Color Hex Logo

#d330de Color Hex

#D330DE
(211,48,222)
0 Favorites   0 Comments

Color spaces of #d330de

RGB 21148222
HSL0.820.730.53
HSV296°78°87°
CMYK 0.050.780.00   0.13
XYZ41.105721.236771.0398
Yxy21.23670.30820.1592
Hunter Lab46.083378.5739-59.1403
CIE-Lab53.207679.8070-54.1411

#d330de color RGB value is (211,48,222).

#d330de hex color red value is 211, green value is 48 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d330de hue: 0.82 , saturation: 0.73 and the lightness value of d330de is 0.53.

The process color (four color CMYK) of #d330de color hex is 0.05, 0.78, 0.00, 0.13. Web safe color of #d330de is #cc33cc. Color #d330de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110000 11011110
Octal 323 60 336
Decimal 211 48 222
Hex D3 30 DE

RGB Percentages of Color #d330de

%43.87
%9.98
%46.15

CMYK Percentages of Color #d330de

%5
%78
%0
%13

Triadic Colors of #d330de

#d330de #ded330 #30ded3

Analogous Colors of #d330de

#d330de #de3092 #7c30de

Monochromatic Colors of #d330de

#d330de

Complementary Color

#d330de #3bde30

#d330de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d330de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d330de Color CSS Codes

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

#d330de Text Font Color

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

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


#d330de Background Color

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

This div background color is #d330de


#d330de Border Color

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

This div border color is #d330de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d330de


Comments

No comments written yet.

Please login to write comment.