color codes Logo

#c36bde color codes

#C36BDE
(195,107,222)
0 Favorites   0 Comments

Color spaces of #c36bde

RGB 195107222
HSL0.790.640.65
HSV286°52°87°
CMYK 0.120.520.00   0.13
XYZ40.948227.391472.2361
Yxy27.39140.29130.1949
Hunter Lab52.336848.0686-45.1973
CIE-Lab59.334952.9127-44.5451

#c36bde color RGB value is (195,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101011 11011110
Octal 303 153 336
Decimal 195 107 222
Hex C3 6B DE

RGB Percentages of Color #c36bde

%37.21
%20.42
%42.37

CMYK Percentages of Color #c36bde

%12
%52
%0
%13

Triadic Colors of #c36bde

#c36bde #dec36b #6bdec3

Analogous Colors of #c36bde

#c36bde #de6bc0 #8a6bde

Monochromatic Colors of #c36bde

#c36bde

Complementary Color

#c36bde #86de6b

#c36bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36bde Color CSS Codes

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

#c36bde Text Font Color

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

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


#c36bde Background Color

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

This div background color is #c36bde


#c36bde Border Color

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

This div border color is #c36bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36bde


Comments

No comments written yet.

Please login to write comment.