Color Hex Logo

#c367a2 Color Hex

#C367A2
(195,103,162)
0 Favorites   0 Comments

Color spaces of #c367a2

RGB 195103162
HSL0.890.430.58
HSV322°47°76°
CMYK 0.000.470.17   0.24
XYZ33.877523.911237.0122
Yxy23.91120.35740.2522
Hunter Lab48.899138.0922-10.6478
CIE-Lab55.998844.1698-15.4447

#c367a2 color RGB value is (195,103,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100111 10100010
Octal 303 147 242
Decimal 195 103 162
Hex C3 67 A2

RGB Percentages of Color #c367a2

%42.39
%22.39
%35.22

CMYK Percentages of Color #c367a2

%0
%47
%17
%24

Triadic Colors of #c367a2

#c367a2 #a2c367 #67a2c3

Analogous Colors of #c367a2

#c367a2 #c36774 #b667c3

Monochromatic Colors of #c367a2

#c367a2

Complementary Color

#c367a2 #67c388

#c367a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c367a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c367a2 Color CSS Codes

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

#c367a2 Text Font Color

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

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


#c367a2 Background Color

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

This div background color is #c367a2


#c367a2 Border Color

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

This div border color is #c367a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c367a2


Comments

No comments written yet.

Please login to write comment.