Color Hex Logo

#c275af Color Hex

#C275AF
(194,117,175)
0 Favorites   0 Comments

Color spaces of #c275af

RGB 194117175
HSL0.870.390.61
HSV315°40°76°
CMYK 0.000.400.10   0.24
XYZ36.347327.287143.9087
Yxy27.28710.33800.2537
Hunter Lab52.237132.7880-13.2712
CIE-Lab59.239138.6165-18.0385

#c275af color RGB value is (194,117,175).

#c275af hex color red value is 194, green value is 117 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c275af hue: 0.87 , saturation: 0.39 and the lightness value of c275af is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110101 10101111
Octal 302 165 257
Decimal 194 117 175
Hex C2 75 AF

RGB Percentages of Color #c275af

%39.92
%24.07
%36.01

CMYK Percentages of Color #c275af

%0
%40
%10
%24

Triadic Colors of #c275af

#c275af #afc275 #75afc2

Analogous Colors of #c275af

#c275af #c27589 #af75c2

Monochromatic Colors of #c275af

#c275af

Complementary Color

#c275af #75c288

#c275af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c275af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c275af Color CSS Codes

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

#c275af Text Font Color

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

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


#c275af Background Color

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

This div background color is #c275af


#c275af Border Color

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

This div border color is #c275af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c275af


Comments

No comments written yet.

Please login to write comment.