Color Hex Logo

#d53cbe Color Hex

#D53CBE
(213,60,190)
0 Favorites   0 Comments

Color spaces of #d53cbe

RGB 21360190
HSL0.860.650.54
HSV309°72°84°
CMYK 0.000.720.11   0.16
XYZ38.350721.095650.7657
Yxy21.09560.34800.1914
Hunter Lab45.929968.6670-33.3814
CIE-Lab53.054071.8257-36.0254

#d53cbe color RGB value is (213,60,190).

#d53cbe hex color red value is 213, green value is 60 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d53cbe hue: 0.86 , saturation: 0.65 and the lightness value of d53cbe is 0.54.

The process color (four color CMYK) of #d53cbe color hex is 0.00, 0.72, 0.11, 0.16. Web safe color of #d53cbe is #cc33cc. Color #d53cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111100 10111110
Octal 325 74 276
Decimal 213 60 190
Hex D5 3C BE

RGB Percentages of Color #d53cbe

%46.00
%12.96
%41.04

CMYK Percentages of Color #d53cbe

%0
%72
%11
%16

Triadic Colors of #d53cbe

#d53cbe #bed53c #3cbed5

Analogous Colors of #d53cbe

#d53cbe #d53c72 #a03cd5

Monochromatic Colors of #d53cbe

#d53cbe

Complementary Color

#d53cbe #3cd553

#d53cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53cbe Color CSS Codes

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

#d53cbe Text Font Color

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

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


#d53cbe Background Color

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

This div background color is #d53cbe


#d53cbe Border Color

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

This div border color is #d53cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53cbe


Comments

No comments written yet.

Please login to write comment.