Color Hex Logo

#d513cb Color Hex

#D513CB
(213,19,203)
0 Favorites   0 Comments

Color spaces of #d513cb

RGB 21319203
HSL0.840.840.45
HSV303°91°84°
CMYK 0.000.910.05   0.16
XYZ38.452918.923758.1259
Yxy18.92370.33290.1638
Hunter Lab43.501481.6571-48.7715
CIE-Lab50.597882.7404-47.4194

#d513cb color RGB value is (213,19,203).

#d513cb hex color red value is 213, green value is 19 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d513cb hue: 0.84 , saturation: 0.84 and the lightness value of d513cb is 0.45.

The process color (four color CMYK) of #d513cb color hex is 0.00, 0.91, 0.05, 0.16. Web safe color of #d513cb is #cc00cc. Color #d513cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010011 11001011
Octal 325 23 313
Decimal 213 19 203
Hex D5 13 CB

RGB Percentages of Color #d513cb

%48.97
%4.37
%46.67

CMYK Percentages of Color #d513cb

%0
%91
%5
%16

Triadic Colors of #d513cb

#d513cb #cbd513 #13cbd5

Analogous Colors of #d513cb

#d513cb #d5136a #7e13d5

Monochromatic Colors of #d513cb

#d513cb

Complementary Color

#d513cb #13d51d

#d513cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d513cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d513cb Color CSS Codes

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

#d513cb Text Font Color

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

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


#d513cb Background Color

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

This div background color is #d513cb


#d513cb Border Color

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

This div border color is #d513cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d513cb


Comments

No comments written yet.

Please login to write comment.