Color Hex Logo

#d534eb Color Hex

#D534EB
(213,52,235)
0 Favorites   0 Comments

Color spaces of #d534eb

RGB 21352235
HSL0.810.820.56
HSV293°78°92°
CMYK 0.090.780.00   0.08
XYZ43.664022.600380.6582
Yxy22.60030.29720.1538
Hunter Lab47.539880.7528-67.3163
CIE-Lab54.658281.2412-59.1397

#d534eb color RGB value is (213,52,235).

#d534eb hex color red value is 213, green value is 52 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d534eb hue: 0.81 , saturation: 0.82 and the lightness value of d534eb is 0.56.

The process color (four color CMYK) of #d534eb color hex is 0.09, 0.78, 0.00, 0.08. Web safe color of #d534eb is #cc33ff. Color #d534eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110100 11101011
Octal 325 64 353
Decimal 213 52 235
Hex D5 34 EB

RGB Percentages of Color #d534eb

%42.60
%10.40
%47.00

CMYK Percentages of Color #d534eb

%9
%78
%0
%8

Triadic Colors of #d534eb

#d534eb #ebd534 #34ebd5

Analogous Colors of #d534eb

#d534eb #eb34a6 #7a34eb

Monochromatic Colors of #d534eb

#d534eb

Complementary Color

#d534eb #4aeb34

#d534eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d534eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d534eb Color CSS Codes

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

#d534eb Text Font Color

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

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


#d534eb Background Color

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

This div background color is #d534eb


#d534eb Border Color

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

This div border color is #d534eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d534eb


Comments

No comments written yet.

Please login to write comment.