Color Hex Logo

#d534cb Color Hex

#D534CB
(213,52,203)
0 Favorites   0 Comments

Color spaces of #d534cb

RGB 21352203
HSL0.840.660.52
HSV304°76°84°
CMYK 0.000.760.05   0.16
XYZ39.448120.913958.4576
Yxy20.91390.33200.1760
Hunter Lab45.731773.9433-43.7766
CIE-Lab52.855176.1738-43.8355

#d534cb color RGB value is (213,52,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110100 11001011
Octal 325 64 313
Decimal 213 52 203
Hex D5 34 CB

RGB Percentages of Color #d534cb

%45.51
%11.11
%43.38

CMYK Percentages of Color #d534cb

%0
%76
%5
%16

Triadic Colors of #d534cb

#d534cb #cbd534 #34cbd5

Analogous Colors of #d534cb

#d534cb #d5347b #8f34d5

Monochromatic Colors of #d534cb

#d534cb

Complementary Color

#d534cb #34d53e

#d534cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d534cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d534cb Color CSS Codes

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

#d534cb Text Font Color

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

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


#d534cb Background Color

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

This div background color is #d534cb


#d534cb Border Color

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

This div border color is #d534cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d534cb


Comments

No comments written yet.

Please login to write comment.