Color Hex Logo

#c369af Color Hex

#C369AF
(195,105,175)
0 Favorites   0 Comments

Color spaces of #c369af

RGB 195105175
HSL0.870.430.59
HSV313°46°76°
CMYK 0.000.460.10   0.24
XYZ35.295124.800443.4841
Yxy24.80040.34080.2394
Hunter Lab49.800039.3595-16.9105
CIE-Lab56.880445.2469-21.6274

#c369af color RGB value is (195,105,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101001 10101111
Octal 303 151 257
Decimal 195 105 175
Hex C3 69 AF

RGB Percentages of Color #c369af

%41.05
%22.11
%36.84

CMYK Percentages of Color #c369af

%0
%46
%10
%24

Triadic Colors of #c369af

#c369af #afc369 #69afc3

Analogous Colors of #c369af

#c369af #c36982 #aa69c3

Monochromatic Colors of #c369af

#c369af

Complementary Color

#c369af #69c37d

#c369af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c369af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c369af Color CSS Codes

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

#c369af Text Font Color

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

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


#c369af Background Color

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

This div background color is #c369af


#c369af Border Color

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

This div border color is #c369af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c369af

#c369af Color Palettes


Comments

No comments written yet.

Please login to write comment.