Color Hex Logo

#d509be Color Hex

#D509BE
(213,9,190)
0 Favorites   0 Comments

Color spaces of #d509be

RGB 2139190
HSL0.850.920.44
HSV307°96°84°
CMYK 0.000.960.11   0.16
XYZ36.832518.059250.2597
Yxy18.05920.35030.1717
Hunter Lab42.496180.3424-40.3744
CIE-Lab49.567881.9109-41.5190

#d509be color RGB value is (213,9,190).

#d509be hex color red value is 213, green value is 9 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d509be hue: 0.85 , saturation: 0.92 and the lightness value of d509be is 0.44.

The process color (four color CMYK) of #d509be color hex is 0.00, 0.96, 0.11, 0.16. Web safe color of #d509be is #cc00cc. Color #d509be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001001 10111110
Octal 325 11 276
Decimal 213 9 190
Hex D5 9 BE

RGB Percentages of Color #d509be

%51.70
%2.18
%46.12

CMYK Percentages of Color #d509be

%0
%96
%11
%16

Triadic Colors of #d509be

#d509be #bed509 #09bed5

Analogous Colors of #d509be

#d509be #d50958 #8609d5

Monochromatic Colors of #d509be

#d509be

Complementary Color

#d509be #09d520

#d509be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d509be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d509be Color CSS Codes

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

#d509be Text Font Color

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

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


#d509be Background Color

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

This div background color is #d509be


#d509be Border Color

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

This div border color is #d509be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d509be


Comments

No comments written yet.

Please login to write comment.