Color Hex Logo

#c150ae Color Hex

#C150AE
(193,80,174)
0 Favorites   0 Comments

Color spaces of #c150ae

RGB 19380174
HSL0.860.480.54
HSV310°59°76°
CMYK 0.000.590.10   0.24
XYZ32.501020.130842.2170
Yxy20.13080.34270.2122
Hunter Lab44.867450.7839-24.3805
CIE-Lab51.984856.6035-28.6234

#c150ae color RGB value is (193,80,174).

#c150ae hex color red value is 193, green value is 80 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c150ae hue: 0.86 , saturation: 0.48 and the lightness value of c150ae is 0.54.

The process color (four color CMYK) of #c150ae color hex is 0.00, 0.59, 0.10, 0.24. Web safe color of #c150ae is #cc6699. Color #c150ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 10101110
Octal 301 120 256
Decimal 193 80 174
Hex C1 50 AE

RGB Percentages of Color #c150ae

%43.18
%17.90
%38.93

CMYK Percentages of Color #c150ae

%0
%59
%10
%24

Triadic Colors of #c150ae

#c150ae #aec150 #50aec1

Analogous Colors of #c150ae

#c150ae #c15076 #9c50c1

Monochromatic Colors of #c150ae

#c150ae

Complementary Color

#c150ae #50c163

#c150ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c150ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c150ae Color CSS Codes

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

#c150ae Text Font Color

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

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


#c150ae Background Color

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

This div background color is #c150ae


#c150ae Border Color

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

This div border color is #c150ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c150ae


Comments

No comments written yet.

Please login to write comment.