Color Hex Logo

#c267af Color Hex

#C267AF
(194,103,175)
0 Favorites   0 Comments

Color spaces of #c267af

RGB 194103175
HSL0.870.430.58
HSV313°47°76°
CMYK 0.000.470.10   0.24
XYZ34.836224.265043.4050
Yxy24.26500.33980.2367
Hunter Lab49.259540.0306-17.7617
CIE-Lab56.352145.9596-22.4488

#c267af color RGB value is (194,103,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100111 10101111
Octal 302 147 257
Decimal 194 103 175
Hex C2 67 AF

RGB Percentages of Color #c267af

%41.10
%21.82
%37.08

CMYK Percentages of Color #c267af

%0
%47
%10
%24

Triadic Colors of #c267af

#c267af #afc267 #67afc2

Analogous Colors of #c267af

#c267af #c26782 #a867c2

Monochromatic Colors of #c267af

#c267af

Complementary Color

#c267af #67c27a

#c267af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c267af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c267af Color CSS Codes

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

#c267af Text Font Color

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

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


#c267af Background Color

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

This div background color is #c267af


#c267af Border Color

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

This div border color is #c267af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,103,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 #c267af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c267af


Comments

No comments written yet.

Please login to write comment.