Color Hex Logo

#c37bbf Color Hex

#C37BBF
(195,123,191)
0 Favorites   0 Comments

Color spaces of #c37bbf

RGB 195123191
HSL0.840.380.62
HSV303°37°76°
CMYK 0.000.370.02   0.24
XYZ38.992629.529652.9349
Yxy29.52960.32100.2431
Hunter Lab54.341132.9860-19.7169
CIE-Lab61.246238.5643-24.0790

#c37bbf color RGB value is (195,123,191).

#c37bbf hex color red value is 195, green value is 123 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c37bbf hue: 0.84 , saturation: 0.38 and the lightness value of c37bbf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111011 10111111
Octal 303 173 277
Decimal 195 123 191
Hex C3 7B BF

RGB Percentages of Color #c37bbf

%38.31
%24.17
%37.52

CMYK Percentages of Color #c37bbf

%0
%37
%2
%24

Triadic Colors of #c37bbf

#c37bbf #bfc37b #7bbfc3

Analogous Colors of #c37bbf

#c37bbf #c37b9b #a37bc3

Monochromatic Colors of #c37bbf

#c37bbf

Complementary Color

#c37bbf #7bc37f

#c37bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37bbf Color CSS Codes

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

#c37bbf Text Font Color

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

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


#c37bbf Background Color

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

This div background color is #c37bbf


#c37bbf Border Color

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

This div border color is #c37bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,123,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37bbf


Comments

No comments written yet.

Please login to write comment.