Color Hex Logo

#c275be Color Hex

#C275BE
(194,117,190)
0 Favorites   0 Comments

Color spaces of #c275be

RGB 194117190
HSL0.840.390.61
HSV303°40°76°
CMYK 0.000.400.02   0.24
XYZ37.903727.909652.1045
Yxy27.90960.32140.2367
Hunter Lab52.829535.6170-21.4956
CIE-Lab59.807041.2768-25.7337

#c275be color RGB value is (194,117,190).

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

The process color (four color CMYK) of #c275be color hex is 0.00, 0.40, 0.02, 0.24. Web safe color of #c275be is #cc66cc. Color #c275be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110101 10111110
Octal 302 165 276
Decimal 194 117 190
Hex C2 75 BE

RGB Percentages of Color #c275be

%38.72
%23.35
%37.92

CMYK Percentages of Color #c275be

%0
%40
%2
%24

Triadic Colors of #c275be

#c275be #bec275 #75bec2

Analogous Colors of #c275be

#c275be #c27598 #a075c2

Monochromatic Colors of #c275be

#c275be

Complementary Color

#c275be #75c279

#c275be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c275be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c275be Color CSS Codes

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

#c275be Text Font Color

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

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


#c275be Background Color

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

This div background color is #c275be


#c275be Border Color

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

This div border color is #c275be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c275be


Comments

No comments written yet.

Please login to write comment.