color codes Logo

#c36bdf color codes

#C36BDF
(195,107,223)
0 Favorites   0 Comments

Color spaces of #c36bdf

RGB 195107223
HSL0.790.640.65
HSV286°52°87°
CMYK 0.130.520.00   0.13
XYZ41.082727.445272.9442
Yxy27.44520.29040.1940
Hunter Lab52.388248.3001-45.8825
CIE-Lab59.384253.1133-45.0282

#c36bdf color RGB value is (195,107,223).

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

The process color (four color CMYK) of #c36bdf color code is 0.13, 0.52, 0.00, 0.13. Web safe color of #c36bdf is #cc66cc. Color #c36bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101011 11011111
Octal 303 153 337
Decimal 195 107 223
Hex C3 6B DF

RGB Percentages of Color #c36bdf

%37.14
%20.38
%42.48

CMYK Percentages of Color #c36bdf

%13
%52
%0
%13

Triadic Colors of #c36bdf

#c36bdf #dfc36b #6bdfc3

Analogous Colors of #c36bdf

#c36bdf #df6bc1 #896bdf

Monochromatic Colors of #c36bdf

#c36bdf

Complementary Color

#c36bdf #87df6b

#c36bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36bdf Color CSS Codes

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

#c36bdf Text Font Color

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

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


#c36bdf Background Color

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

This div background color is #c36bdf


#c36bdf Border Color

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

This div border color is #c36bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36bdf


Comments

No comments written yet.

Please login to write comment.