Color Hex Logo

#c93aba Color Hex

#C93ABA
(201,58,186)
0 Favorites   0 Comments

Color spaces of #c93aba

RGB 20158186
HSL0.850.570.51
HSV306°71°79°
CMYK 0.000.710.07   0.21
XYZ34.463418.988848.3032
Yxy18.98880.33870.1866
Hunter Lab43.576164.9134-35.2184
CIE-Lab50.674169.1530-37.5793

#c93aba color RGB value is (201,58,186).

#c93aba hex color red value is 201, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c93aba hue: 0.85 , saturation: 0.57 and the lightness value of c93aba is 0.51.

The process color (four color CMYK) of #c93aba color hex is 0.00, 0.71, 0.07, 0.21. Web safe color of #c93aba is #cc33cc. Color #c93aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111010 10111010
Octal 311 72 272
Decimal 201 58 186
Hex C9 3A BA

RGB Percentages of Color #c93aba

%45.17
%13.03
%41.80

CMYK Percentages of Color #c93aba

%0
%71
%7
%21

Triadic Colors of #c93aba

#c93aba #bac93a #3abac9

Analogous Colors of #c93aba

#c93aba #c93a73 #913ac9

Monochromatic Colors of #c93aba

#c93aba

Complementary Color

#c93aba #3ac949

#c93aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93aba Color CSS Codes

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

#c93aba Text Font Color

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

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


#c93aba Background Color

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

This div background color is #c93aba


#c93aba Border Color

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

This div border color is #c93aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93aba


Comments

No comments written yet.

Please login to write comment.