Color Hex Logo

#c36bdb Color Hex

#C36BDB
(195,107,219)
0 Favorites   0 Comments

Color spaces of #c36bdb

RGB 195107219
HSL0.800.610.64
HSV287°51°86°
CMYK 0.110.510.00   0.14
XYZ40.549627.232070.1369
Yxy27.23200.29400.1974
Hunter Lab52.184347.3802-43.1581
CIE-Lab59.188552.3145-43.0912

#c36bdb color RGB value is (195,107,219).

#c36bdb hex color red value is 195, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c36bdb hue: 0.80 , saturation: 0.61 and the lightness value of c36bdb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101011 11011011
Octal 303 153 333
Decimal 195 107 219
Hex C3 6B DB

RGB Percentages of Color #c36bdb

%37.43
%20.54
%42.03

CMYK Percentages of Color #c36bdb

%11
%51
%0
%14

Triadic Colors of #c36bdb

#c36bdb #dbc36b #6bdbc3

Analogous Colors of #c36bdb

#c36bdb #db6bbb #8b6bdb

Monochromatic Colors of #c36bdb

#c36bdb

Complementary Color

#c36bdb #83db6b

#c36bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36bdb Color CSS Codes

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

#c36bdb Text Font Color

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

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


#c36bdb Background Color

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

This div background color is #c36bdb


#c36bdb Border Color

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

This div border color is #c36bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36bdb


Comments

No comments written yet.

Please login to write comment.