Color Hex Logo

#c275cc Color Hex

#C275CC
(194,117,204)
0 Favorites   0 Comments

Color spaces of #c275cc

RGB 194117204
HSL0.810.460.63
HSV293°43°80°
CMYK 0.050.430.00   0.20
XYZ39.508528.551560.5554
Yxy28.55150.30720.2220
Hunter Lab53.433638.4731-29.7888
CIE-Lab60.383743.9131-32.7767

#c275cc color RGB value is (194,117,204).

#c275cc hex color red value is 194, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c275cc hue: 0.81 , saturation: 0.46 and the lightness value of c275cc is 0.63.

The process color (four color CMYK) of #c275cc color hex is 0.05, 0.43, 0.00, 0.20. Web safe color of #c275cc is #cc66cc. Color #c275cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110101 11001100
Octal 302 165 314
Decimal 194 117 204
Hex C2 75 CC

RGB Percentages of Color #c275cc

%37.67
%22.72
%39.61

CMYK Percentages of Color #c275cc

%5
%43
%0
%20

Triadic Colors of #c275cc

#c275cc #ccc275 #75ccc2

Analogous Colors of #c275cc

#c275cc #cc75ab #9775cc

Monochromatic Colors of #c275cc

#c275cc

Complementary Color

#c275cc #7fcc75

#c275cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c275cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c275cc Color CSS Codes

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

#c275cc Text Font Color

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

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


#c275cc Background Color

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

This div background color is #c275cc


#c275cc Border Color

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

This div border color is #c275cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,117,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c275cc


Comments

No comments written yet.

Please login to write comment.