Color Hex Logo

#d330fe Color Hex

#D330FE
(211,48,254)
0 Favorites   0 Comments

Color spaces of #d330fe

RGB 21148254
HSL0.800.990.59
HSV287°81°100°
CMYK 0.170.810.00   0.00
XYZ45.810323.118595.8138
Yxy23.11850.27810.1403
Hunter Lab48.081785.9246-84.4917
CIE-Lab55.194285.1515-68.9060

#d330fe color RGB value is (211,48,254).

#d330fe hex color red value is 211, green value is 48 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d330fe hue: 0.80 , saturation: 0.99 and the lightness value of d330fe is 0.59.

The process color (four color CMYK) of #d330fe color hex is 0.17, 0.81, 0.00, 0.00. Web safe color of #d330fe is #cc33ff. Color #d330fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110000 11111110
Octal 323 60 376
Decimal 211 48 254
Hex D3 30 FE

RGB Percentages of Color #d330fe

%41.13
%9.36
%49.51

CMYK Percentages of Color #d330fe

%17
%81
%0
%0

Triadic Colors of #d330fe

#d330fe #fed330 #30fed3

Analogous Colors of #d330fe

#d330fe #fe30c2 #6c30fe

Monochromatic Colors of #d330fe

#d330fe

Complementary Color

#d330fe #5bfe30

#d330fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d330fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d330fe Color CSS Codes

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

#d330fe Text Font Color

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

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


#d330fe Background Color

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

This div background color is #d330fe


#d330fe Border Color

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

This div border color is #d330fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d330fe

Related Colors


Comments

No comments written yet.

Please login to write comment.