Color Hex Logo

#c267ad Color Hex

#C267AD
(194,103,173)
0 Favorites   0 Comments

Color spaces of #c267ad

RGB 194103173
HSL0.870.430.58
HSV314°47°76°
CMYK 0.000.470.11   0.24
XYZ34.641224.187042.3779
Yxy24.18700.34230.2390
Hunter Lab49.180339.6649-16.6631
CIE-Lab56.274545.6253-21.4123

#c267ad color RGB value is (194,103,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100111 10101101
Octal 302 147 255
Decimal 194 103 173
Hex C2 67 AD

RGB Percentages of Color #c267ad

%41.28
%21.91
%36.81

CMYK Percentages of Color #c267ad

%0
%47
%11
%24

Triadic Colors of #c267ad

#c267ad #adc267 #67adc2

Analogous Colors of #c267ad

#c267ad #c26780 #aa67c2

Monochromatic Colors of #c267ad

#c267ad

Complementary Color

#c267ad #67c27c

#c267ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c267ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c267ad Color CSS Codes

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

#c267ad Text Font Color

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

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


#c267ad Background Color

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

This div background color is #c267ad


#c267ad Border Color

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

This div border color is #c267ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c267ad


Comments

No comments written yet.

Please login to write comment.