Color Hex Logo

#d545be Color Hex

#D545BE
(213,69,190)
0 Favorites   0 Comments

Color spaces of #d545be

RGB 21369190
HSL0.860.630.55
HSV310°68°84°
CMYK 0.000.680.11   0.16
XYZ38.863022.120150.9365
Yxy22.12010.34720.1976
Hunter Lab47.032065.1902-31.2897
CIE-Lab54.154268.7212-34.3021

#d545be color RGB value is (213,69,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000101 10111110
Octal 325 105 276
Decimal 213 69 190
Hex D5 45 BE

RGB Percentages of Color #d545be

%45.13
%14.62
%40.25

CMYK Percentages of Color #d545be

%0
%68
%11
%16

Triadic Colors of #d545be

#d545be #bed545 #45bed5

Analogous Colors of #d545be

#d545be #d54576 #a445d5

Monochromatic Colors of #d545be

#d545be

Complementary Color

#d545be #45d55c

#d545be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d545be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d545be Color CSS Codes

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

#d545be Text Font Color

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

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


#d545be Background Color

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

This div background color is #d545be


#d545be Border Color

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

This div border color is #d545be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d545be


Comments

No comments written yet.

Please login to write comment.