Color Hex Logo

#d53bca Color Hex

#D53BCA
(213,59,202)
0 Favorites   0 Comments

Color spaces of #d53bca

RGB 21359202
HSL0.850.650.53
HSV304°72°84°
CMYK 0.000.720.05   0.16
XYZ39.665221.538357.9438
Yxy21.53830.33290.1808
Hunter Lab46.409471.3441-41.5392
CIE-Lab53.533773.9320-42.1880

#d53bca color RGB value is (213,59,202).

#d53bca hex color red value is 213, green value is 59 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d53bca hue: 0.85 , saturation: 0.65 and the lightness value of d53bca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111011 11001010
Octal 325 73 312
Decimal 213 59 202
Hex D5 3B CA

RGB Percentages of Color #d53bca

%44.94
%12.45
%42.62

CMYK Percentages of Color #d53bca

%0
%72
%5
%16

Triadic Colors of #d53bca

#d53bca #cad53b #3bcad5

Analogous Colors of #d53bca

#d53bca #d53b7d #933bd5

Monochromatic Colors of #d53bca

#d53bca

Complementary Color

#d53bca #3bd546

#d53bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53bca Color CSS Codes

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

#d53bca Text Font Color

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

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


#d53bca Background Color

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

This div background color is #d53bca


#d53bca Border Color

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

This div border color is #d53bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53bca


Comments

No comments written yet.

Please login to write comment.