Color Hex Logo

#d542ff Color Hex

#D542FF
(213,66,255)
0 Favorites   0 Comments

Color spaces of #d542ff

RGB 21366255
HSL0.801.000.63
HSV287°74°100°
CMYK 0.160.740.00   0.00
XYZ47.438825.262696.9836
Yxy25.26260.27960.1489
Hunter Lab50.261980.5157-79.2205
CIE-Lab57.330480.5351-65.9997

#d542ff color RGB value is (213,66,255).

#d542ff hex color red value is 213, green value is 66 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d542ff hue: 0.80 , saturation: 1.00 and the lightness value of d542ff is 0.63.

The process color (four color CMYK) of #d542ff color hex is 0.16, 0.74, 0.00, 0.00. Web safe color of #d542ff is #cc33ff. Color #d542ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000010 11111111
Octal 325 102 377
Decimal 213 66 255
Hex D5 42 FF

RGB Percentages of Color #d542ff

%39.89
%12.36
%47.75

CMYK Percentages of Color #d542ff

%16
%74
%0
%0

Triadic Colors of #d542ff

#d542ff #ffd542 #42ffd5

Analogous Colors of #d542ff

#d542ff #ff42cb #7742ff

Monochromatic Colors of #d542ff

#d542ff

Complementary Color

#d542ff #6cff42

#d542ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d542ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d542ff Color CSS Codes

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

#d542ff Text Font Color

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

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


#d542ff Background Color

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

This div background color is #d542ff


#d542ff Border Color

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

This div border color is #d542ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,66,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d542ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d542ff;
  -webkit-box-shadow: 1px 1px 3px 2px #d542ff;
  box-shadow:         1px 1px 3px 2px #d542ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,66,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d542ff


Comments

No comments written yet.

Please login to write comment.