color codes Logo

#c36dfb color codes

#C36DFB
(195,109,251)
0 Favorites   0 Comments

Color spaces of #c36dfb

RGB 195109251
HSL0.770.950.71
HSV276°57°98°
CMYK 0.220.570.00   0.02
XYZ45.386929.504494.5696
Yxy29.50440.26780.1741
Hunter Lab54.318054.0943-65.2036
CIE-Lab61.224257.9485-57.6762

#c36dfb color RGB value is (195,109,251).

#c36dfb hex color red value is 195, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c36dfb hue: 0.77 , saturation: 0.95 and the lightness value of c36dfb is 0.71.

The process color (four color CMYK) of #c36dfb color code is 0.22, 0.57, 0.00, 0.02. Web safe color of #c36dfb is #cc66ff. Color #c36dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101101 11111011
Octal 303 155 373
Decimal 195 109 251
Hex C3 6D FB

RGB Percentages of Color #c36dfb

%35.14
%19.64
%45.23

CMYK Percentages of Color #c36dfb

%22
%57
%0
%2

Triadic Colors of #c36dfb

#c36dfb #fbc36d #6dfbc3

Analogous Colors of #c36dfb

#c36dfb #fb6dec #7c6dfb

Monochromatic Colors of #c36dfb

#c36dfb

Complementary Color

#c36dfb #a5fb6d

#c36dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36dfb Color CSS Codes

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

#c36dfb Text Font Color

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

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


#c36dfb Background Color

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

This div background color is #c36dfb


#c36dfb Border Color

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

This div border color is #c36dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36dfb


Comments

No comments written yet.

Please login to write comment.