Color Hex Logo

#c37adb Color Hex

#C37ADB
(195,122,219)
0 Favorites   0 Comments

Color spaces of #c37adb

RGB 195122219
HSL0.790.570.67
HSV285°44°86°
CMYK 0.110.440.00   0.14
XYZ42.251430.635670.7042
Yxy30.63560.29420.2134
Hunter Lab55.349439.3978-36.9933
CIE-Lab62.198844.5326-38.3654

#c37adb color RGB value is (195,122,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111010 11011011
Octal 303 172 333
Decimal 195 122 219
Hex C3 7A DB

RGB Percentages of Color #c37adb

%36.38
%22.76
%40.86

CMYK Percentages of Color #c37adb

%11
%44
%0
%14

Triadic Colors of #c37adb

#c37adb #dbc37a #7adbc3

Analogous Colors of #c37adb

#c37adb #db7ac3 #937adb

Monochromatic Colors of #c37adb

#c37adb

Complementary Color

#c37adb #92db7a

#c37adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37adb Color CSS Codes

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

#c37adb Text Font Color

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

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


#c37adb Background Color

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

This div background color is #c37adb


#c37adb Border Color

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

This div border color is #c37adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37adb


Comments

No comments written yet.

Please login to write comment.