Color Hex Logo

#9d1ccb Color Hex

#9D1CCB
(157,28,203)
0 Favorites   0 Comments

Color spaces of #9d1ccb

RGB 15728203
HSL0.790.760.45
HSV284°86°80°
CMYK 0.230.860.00   0.20
XYZ25.099412.310457.5532
Yxy12.31040.26430.1296
Hunter Lab35.086266.2917-72.6953
CIE-Lab41.705372.0537-62.2168

#9d1ccb color RGB value is (157,28,203).

#9d1ccb hex color red value is 157, green value is 28 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9d1ccb hue: 0.79 , saturation: 0.76 and the lightness value of 9d1ccb is 0.45.

The process color (four color CMYK) of #9d1ccb color hex is 0.23, 0.86, 0.00, 0.20. Web safe color of #9d1ccb is #9933cc. Color #9d1ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00011100 11001011
Octal 235 34 313
Decimal 157 28 203
Hex 9D 1C CB

RGB Percentages of Color #9d1ccb

%40.46
%7.22
%52.32

CMYK Percentages of Color #9d1ccb

%23
%86
%0
%20

Triadic Colors of #9d1ccb

#9d1ccb #cb9d1c #1ccb9d

Analogous Colors of #9d1ccb

#9d1ccb #cb1ca2 #461ccb

Monochromatic Colors of #9d1ccb

#9d1ccb

Complementary Color

#9d1ccb #4acb1c

#9d1ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d1ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d1ccb Color CSS Codes

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

#9d1ccb Text Font Color

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

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


#9d1ccb Background Color

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

This div background color is #9d1ccb


#9d1ccb Border Color

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

This div border color is #9d1ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,28,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d1ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d1ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #9d1ccb;
  box-shadow:         1px 1px 3px 2px #9d1ccb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d1ccb


Comments

No comments written yet.

Please login to write comment.