Color Hex Logo

#d52feb Color Hex

#D52FEB
(213,47,235)
0 Favorites   0 Comments

Color spaces of #d52feb

RGB 21347235
HSL0.810.820.55
HSV293°80°92°
CMYK 0.090.800.00   0.08
XYZ43.452522.177380.5877
Yxy22.17730.29720.1517
Hunter Lab47.092882.2896-68.4953
CIE-Lab54.214682.5294-59.8518

#d52feb color RGB value is (213,47,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101111 11101011
Octal 325 57 353
Decimal 213 47 235
Hex D5 2F EB

RGB Percentages of Color #d52feb

%43.03
%9.49
%47.47

CMYK Percentages of Color #d52feb

%9
%80
%0
%8

Triadic Colors of #d52feb

#d52feb #ebd52f #2febd5

Analogous Colors of #d52feb

#d52feb #eb2fa3 #772feb

Monochromatic Colors of #d52feb

#d52feb

Complementary Color

#d52feb #45eb2f

#d52feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52feb Color CSS Codes

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

#d52feb Text Font Color

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

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


#d52feb Background Color

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

This div background color is #d52feb


#d52feb Border Color

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

This div border color is #d52feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52feb


Comments

No comments written yet.

Please login to write comment.