Color Hex Logo

#d533ec Color Hex

#D533EC
(213,51,236)
0 Favorites   0 Comments

Color spaces of #d533ec

RGB 21351236
HSL0.810.830.56
HSV293°78°93°
CMYK 0.100.780.00   0.07
XYZ43.764722.569981.4067
Yxy22.56990.29620.1528
Hunter Lab47.507881.2975-68.3406
CIE-Lab54.626581.6742-59.7524

#d533ec color RGB value is (213,51,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110011 11101100
Octal 325 63 354
Decimal 213 51 236
Hex D5 33 EC

RGB Percentages of Color #d533ec

%42.60
%10.20
%47.20

CMYK Percentages of Color #d533ec

%10
%78
%0
%7

Triadic Colors of #d533ec

#d533ec #ecd533 #33ecd5

Analogous Colors of #d533ec

#d533ec #ec33a7 #7933ec

Monochromatic Colors of #d533ec

#d533ec

Complementary Color

#d533ec #4aec33

#d533ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d533ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d533ec Color CSS Codes

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

#d533ec Text Font Color

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

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


#d533ec Background Color

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

This div background color is #d533ec


#d533ec Border Color

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

This div border color is #d533ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d533ec


Comments

No comments written yet.

Please login to write comment.