Color Hex Logo

#c265ab Color Hex

#C265AB
(194,101,171)
0 Favorites   0 Comments

Color spaces of #c265ab

RGB 194101171
HSL0.870.430.58
HSV315°48°76°
CMYK 0.000.480.12   0.24
XYZ34.252523.717041.3006
Yxy23.71700.34500.2389
Hunter Lab48.700140.3202-16.1914
CIE-Lab55.803346.3155-20.9768

#c265ab color RGB value is (194,101,171).

#c265ab hex color red value is 194, green value is 101 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c265ab hue: 0.87 , saturation: 0.43 and the lightness value of c265ab is 0.58.

The process color (four color CMYK) of #c265ab color hex is 0.00, 0.48, 0.12, 0.24. Web safe color of #c265ab is #cc6699. Color #c265ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 10101011
Octal 302 145 253
Decimal 194 101 171
Hex C2 65 AB

RGB Percentages of Color #c265ab

%41.63
%21.67
%36.70

CMYK Percentages of Color #c265ab

%0
%48
%12
%24

Triadic Colors of #c265ab

#c265ab #abc265 #65abc2

Analogous Colors of #c265ab

#c265ab #c2657d #ab65c2

Monochromatic Colors of #c265ab

#c265ab

Complementary Color

#c265ab #65c27c

#c265ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265ab Color CSS Codes

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

#c265ab Text Font Color

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

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


#c265ab Background Color

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

This div background color is #c265ab


#c265ab Border Color

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

This div border color is #c265ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,101,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c265ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c265ab;
  -webkit-box-shadow: 1px 1px 3px 2px #c265ab;
  box-shadow:         1px 1px 3px 2px #c265ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,101,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265ab


Comments

No comments written yet.

Please login to write comment.