Color Hex Logo

#d535ee Color Hex

#D535EE
(213,53,238)
0 Favorites   0 Comments

Color spaces of #d535ee

RGB 21353238
HSL0.810.840.57
HSV292°78°93°
CMYK 0.110.780.00   0.07
XYZ44.146322.865482.9756
Yxy22.86540.29430.1524
Hunter Lab47.817881.1135-69.4103
CIE-Lab54.933481.4703-60.3820

#d535ee color RGB value is (213,53,238).

#d535ee hex color red value is 213, green value is 53 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d535ee hue: 0.81 , saturation: 0.84 and the lightness value of d535ee is 0.57.

The process color (four color CMYK) of #d535ee color hex is 0.11, 0.78, 0.00, 0.07. Web safe color of #d535ee is #cc33ff. Color #d535ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110101 11101110
Octal 325 65 356
Decimal 213 53 238
Hex D5 35 EE

RGB Percentages of Color #d535ee

%42.26
%10.52
%47.22

CMYK Percentages of Color #d535ee

%11
%78
%0
%7

Triadic Colors of #d535ee

#d535ee #eed535 #35eed5

Analogous Colors of #d535ee

#d535ee #ee35ab #7935ee

Monochromatic Colors of #d535ee

#d535ee

Complementary Color

#d535ee #4eee35

#d535ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d535ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d535ee Color CSS Codes

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

#d535ee Text Font Color

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

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


#d535ee Background Color

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

This div background color is #d535ee


#d535ee Border Color

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

This div border color is #d535ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d535ee


Comments

No comments written yet.

Please login to write comment.