Color Hex Logo

#c36ddf Color Hex

#C36DDF
(195,109,223)
0 Favorites   0 Comments

Color spaces of #c36ddf

RGB 195109223
HSL0.790.640.65
HSV285°51°87°
CMYK 0.130.510.00   0.13
XYZ41.293627.867173.0145
Yxy27.86710.29040.1960
Hunter Lab52.789347.2476-45.0533
CIE-Lab59.768552.1025-44.4218

#c36ddf color RGB value is (195,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101101 11011111
Octal 303 155 337
Decimal 195 109 223
Hex C3 6D DF

RGB Percentages of Color #c36ddf

%37.00
%20.68
%42.31

CMYK Percentages of Color #c36ddf

%13
%51
%0
%13

Triadic Colors of #c36ddf

#c36ddf #dfc36d #6ddfc3

Analogous Colors of #c36ddf

#c36ddf #df6dc2 #8a6ddf

Monochromatic Colors of #c36ddf

#c36ddf

Complementary Color

#c36ddf #89df6d

#c36ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36ddf Color CSS Codes

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

#c36ddf Text Font Color

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

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


#c36ddf Background Color

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

This div background color is #c36ddf


#c36ddf Border Color

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

This div border color is #c36ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36ddf


Comments

No comments written yet.

Please login to write comment.