Color Hex Logo

#c275cf Color Hex

#C275CF
(194,117,207)
0 Favorites   0 Comments

Color spaces of #c275cf

RGB 194117207
HSL0.810.480.64
HSV291°43°81°
CMYK 0.060.430.00   0.19
XYZ39.871928.696962.4691
Yxy28.69690.30430.2190
Hunter Lab53.569539.1114-31.6413
CIE-Lab60.513244.4957-34.2682

#c275cf color RGB value is (194,117,207).

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

The process color (four color CMYK) of #c275cf color hex is 0.06, 0.43, 0.00, 0.19. Web safe color of #c275cf is #cc66cc. Color #c275cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110101 11001111
Octal 302 165 317
Decimal 194 117 207
Hex C2 75 CF

RGB Percentages of Color #c275cf

%37.45
%22.59
%39.96

CMYK Percentages of Color #c275cf

%6
%43
%0
%19

Triadic Colors of #c275cf

#c275cf #cfc275 #75cfc2

Analogous Colors of #c275cf

#c275cf #cf75af #9575cf

Monochromatic Colors of #c275cf

#c275cf

Complementary Color

#c275cf #82cf75

#c275cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c275cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c275cf Color CSS Codes

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

#c275cf Text Font Color

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

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


#c275cf Background Color

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

This div background color is #c275cf


#c275cf Border Color

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

This div border color is #c275cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c275cf


Comments

No comments written yet.

Please login to write comment.