Color Hex Logo

#c9339b Color Hex

#C9339B
(201,51,155)
0 Favorites   0 Comments

Color spaces of #c9339b

RGB 20151155
HSL0.880.600.49
HSV318°75°79°
CMYK 0.000.750.23   0.21
XYZ31.187617.151732.6772
Yxy17.15170.38500.2117
Hunter Lab41.414661.9453-17.7911
CIE-Lab48.450667.0623-22.7816

#c9339b color RGB value is (201,51,155).

#c9339b hex color red value is 201, green value is 51 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c9339b hue: 0.88 , saturation: 0.60 and the lightness value of c9339b is 0.49.

The process color (four color CMYK) of #c9339b color hex is 0.00, 0.75, 0.23, 0.21. Web safe color of #c9339b is #cc3399. Color #c9339b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110011 10011011
Octal 311 63 233
Decimal 201 51 155
Hex C9 33 9B

RGB Percentages of Color #c9339b

%49.39
%12.53
%38.08

CMYK Percentages of Color #c9339b

%0
%75
%23
%21

Triadic Colors of #c9339b

#c9339b #9bc933 #339bc9

Analogous Colors of #c9339b

#c9339b #c93350 #ac33c9

Monochromatic Colors of #c9339b

#c9339b

Complementary Color

#c9339b #33c961

#c9339b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9339b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9339b Color CSS Codes

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

#c9339b Text Font Color

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

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


#c9339b Background Color

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

This div background color is #c9339b


#c9339b Border Color

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

This div border color is #c9339b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,51,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9339b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9339b;
  -webkit-box-shadow: 1px 1px 3px 2px #c9339b;
  box-shadow:         1px 1px 3px 2px #c9339b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,51,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9339b


Comments

No comments written yet.

Please login to write comment.