Color Hex Logo

#c371be Color Hex

#C371BE
(195,113,190)
0 Favorites   0 Comments

Color spaces of #c371be

RGB 195113190
HSL0.840.410.60
HSV304°42°76°
CMYK 0.000.420.03   0.24
XYZ37.705127.130151.9645
Yxy27.13010.32280.2323
Hunter Lab52.086638.0634-22.6905
CIE-Lab59.094643.7037-26.8218

#c371be color RGB value is (195,113,190).

#c371be hex color red value is 195, green value is 113 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c371be hue: 0.84 , saturation: 0.41 and the lightness value of c371be is 0.60.

The process color (four color CMYK) of #c371be color hex is 0.00, 0.42, 0.03, 0.24. Web safe color of #c371be is #cc66cc. Color #c371be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110001 10111110
Octal 303 161 276
Decimal 195 113 190
Hex C3 71 BE

RGB Percentages of Color #c371be

%39.16
%22.69
%38.15

CMYK Percentages of Color #c371be

%0
%42
%3
%24

Triadic Colors of #c371be

#c371be #bec371 #71bec3

Analogous Colors of #c371be

#c371be #c37195 #9f71c3

Monochromatic Colors of #c371be

#c371be

Complementary Color

#c371be #71c376

#c371be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c371be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c371be Color CSS Codes

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

#c371be Text Font Color

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

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


#c371be Background Color

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

This div background color is #c371be


#c371be Border Color

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

This div border color is #c371be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c371be


Comments

No comments written yet.

Please login to write comment.