Color Hex Logo

#c137af Color Hex

#C137AF
(193,55,175)
0 Favorites   0 Comments

Color spaces of #c137af

RGB 19355175
HSL0.860.560.49
HSV308°72°76°
CMYK 0.000.720.09   0.24
XYZ31.096417.165042.2317
Yxy17.16500.34360.1897
Hunter Lab41.430761.4722-31.4349
CIE-Lab48.467366.6540-34.7050

#c137af color RGB value is (193,55,175).

#c137af hex color red value is 193, green value is 55 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c137af hue: 0.86 , saturation: 0.56 and the lightness value of c137af is 0.49.

The process color (four color CMYK) of #c137af color hex is 0.00, 0.72, 0.09, 0.24. Web safe color of #c137af is #cc3399. Color #c137af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110111 10101111
Octal 301 67 257
Decimal 193 55 175
Hex C1 37 AF

RGB Percentages of Color #c137af

%45.63
%13.00
%41.37

CMYK Percentages of Color #c137af

%0
%72
%9
%24

Triadic Colors of #c137af

#c137af #afc137 #37afc1

Analogous Colors of #c137af

#c137af #c1376a #8e37c1

Monochromatic Colors of #c137af

#c137af

Complementary Color

#c137af #37c149

#c137af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c137af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c137af Color CSS Codes

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

#c137af Text Font Color

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

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


#c137af Background Color

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

This div background color is #c137af


#c137af Border Color

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

This div border color is #c137af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,55,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c137af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c137af;
  -webkit-box-shadow: 1px 1px 3px 2px #c137af;
  box-shadow:         1px 1px 3px 2px #c137af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,55,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c137af


Comments

No comments written yet.

Please login to write comment.