Color Hex Logo

#c245af Color Hex

#C245AF
(194,69,175)
0 Favorites   0 Comments

Color spaces of #c245af

RGB 19469175
HSL0.860.510.52
HSV309°64°76°
CMYK 0.000.640.10   0.24
XYZ32.114118.820742.4976
Yxy18.82070.34370.2014
Hunter Lab43.382856.2145-27.7122
CIE-Lab50.476861.7106-31.5459

#c245af color RGB value is (194,69,175).

#c245af hex color red value is 194, green value is 69 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c245af hue: 0.86 , saturation: 0.51 and the lightness value of c245af is 0.52.

The process color (four color CMYK) of #c245af color hex is 0.00, 0.64, 0.10, 0.24. Web safe color of #c245af is #cc3399. Color #c245af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 10101111
Octal 302 105 257
Decimal 194 69 175
Hex C2 45 AF

RGB Percentages of Color #c245af

%44.29
%15.75
%39.95

CMYK Percentages of Color #c245af

%0
%64
%10
%24

Triadic Colors of #c245af

#c245af #afc245 #45afc2

Analogous Colors of #c245af

#c245af #c24571 #9745c2

Monochromatic Colors of #c245af

#c245af

Complementary Color

#c245af #45c258

#c245af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c245af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c245af Color CSS Codes

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

#c245af Text Font Color

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

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


#c245af Background Color

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

This div background color is #c245af


#c245af Border Color

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

This div border color is #c245af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c245af


Comments

No comments written yet.

Please login to write comment.