Color Hex Logo

#c240af Color Hex

#C240AF
(194,64,175)
0 Favorites   0 Comments

Color spaces of #c240af

RGB 19464175
HSL0.860.520.51
HSV309°67°76°
CMYK 0.000.670.10   0.24
XYZ31.819418.231342.3994
Yxy18.23130.34420.1972
Hunter Lab42.698158.2996-28.9865
CIE-Lab49.775563.6650-32.6424

#c240af color RGB value is (194,64,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000000 10101111
Octal 302 100 257
Decimal 194 64 175
Hex C2 40 AF

RGB Percentages of Color #c240af

%44.80
%14.78
%40.42

CMYK Percentages of Color #c240af

%0
%67
%10
%24

Triadic Colors of #c240af

#c240af #afc240 #40afc2

Analogous Colors of #c240af

#c240af #c2406e #9440c2

Monochromatic Colors of #c240af

#c240af

Complementary Color

#c240af #40c253

#c240af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c240af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c240af Color CSS Codes

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

#c240af Text Font Color

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

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


#c240af Background Color

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

This div background color is #c240af


#c240af Border Color

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

This div border color is #c240af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c240af


Comments

No comments written yet.

Please login to write comment.