Color Hex Logo

#c37bdb Color Hex

#C37BDB
(195,123,219)
0 Favorites   0 Comments

Color spaces of #c37bdb

RGB 195123219
HSL0.790.570.67
HSV285°44°86°
CMYK 0.110.440.00   0.14
XYZ42.374830.882570.7454
Yxy30.88250.29430.2145
Hunter Lab55.572038.8588-36.5781
CIE-Lab62.408344.0006-38.0378

#c37bdb color RGB value is (195,123,219).

#c37bdb hex color red value is 195, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c37bdb hue: 0.79 , saturation: 0.57 and the lightness value of c37bdb is 0.67.

The process color (four color CMYK) of #c37bdb color hex is 0.11, 0.44, 0.00, 0.14. Web safe color of #c37bdb is #cc66cc. Color #c37bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111011 11011011
Octal 303 173 333
Decimal 195 123 219
Hex C3 7B DB

RGB Percentages of Color #c37bdb

%36.31
%22.91
%40.78

CMYK Percentages of Color #c37bdb

%11
%44
%0
%14

Triadic Colors of #c37bdb

#c37bdb #dbc37b #7bdbc3

Analogous Colors of #c37bdb

#c37bdb #db7bc3 #937bdb

Monochromatic Colors of #c37bdb

#c37bdb

Complementary Color

#c37bdb #93db7b

#c37bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37bdb Color CSS Codes

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

#c37bdb Text Font Color

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

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


#c37bdb Background Color

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

This div background color is #c37bdb


#c37bdb Border Color

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

This div border color is #c37bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37bdb


Comments

No comments written yet.

Please login to write comment.