Color Hex Logo

#d33cfe Color Hex

#D33CFE
(211,60,254)
0 Favorites   0 Comments

Color spaces of #d33cfe

RGB 21160254
HSL0.800.990.62
HSV287°76°100°
CMYK 0.170.760.00   0.00
XYZ46.369224.236496.0001
Yxy24.23640.27830.1455
Hunter Lab49.230581.9722-81.1550
CIE-Lab56.323781.8707-67.0827

#d33cfe color RGB value is (211,60,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111100 11111110
Octal 323 74 376
Decimal 211 60 254
Hex D3 3C FE

RGB Percentages of Color #d33cfe

%40.19
%11.43
%48.38

CMYK Percentages of Color #d33cfe

%17
%76
%0
%0

Triadic Colors of #d33cfe

#d33cfe #fed33c #3cfed3

Analogous Colors of #d33cfe

#d33cfe #fe3cc8 #723cfe

Monochromatic Colors of #d33cfe

#d33cfe

Complementary Color

#d33cfe #67fe3c

#d33cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33cfe Color CSS Codes

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

#d33cfe Text Font Color

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

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


#d33cfe Background Color

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

This div background color is #d33cfe


#d33cfe Border Color

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

This div border color is #d33cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,60,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 #d33cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33cfe


Comments

No comments written yet.

Please login to write comment.