Color Hex Logo

#d50ccb Color Hex

#D50CCB
(213,12,203)
0 Favorites   0 Comments

Color spaces of #d50ccb

RGB 21312203
HSL0.840.890.44
HSV303°94°84°
CMYK 0.000.940.05   0.16
XYZ38.351518.720958.0921
Yxy18.72090.33300.1626
Hunter Lab43.267782.5001-49.3167
CIE-Lab50.359183.4442-47.7996

#d50ccb color RGB value is (213,12,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001100 11001011
Octal 325 14 313
Decimal 213 12 203
Hex D5 C CB

RGB Percentages of Color #d50ccb

%49.77
%2.80
%47.43

CMYK Percentages of Color #d50ccb

%0
%94
%5
%16

Triadic Colors of #d50ccb

#d50ccb #cbd50c #0ccbd5

Analogous Colors of #d50ccb

#d50ccb #d50c67 #7b0cd5

Monochromatic Colors of #d50ccb

#d50ccb

Complementary Color

#d50ccb #0cd516

#d50ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50ccb Color CSS Codes

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

#d50ccb Text Font Color

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

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


#d50ccb Background Color

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

This div background color is #d50ccb


#d50ccb Border Color

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

This div border color is #d50ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50ccb


Comments

No comments written yet.

Please login to write comment.