Color Hex Logo

#c36bfb Color Hex

#C36BFB
(195,107,251)
0 Favorites   0 Comments

Color spaces of #c36bfb

RGB 195107251
HSL0.770.950.70
HSV277°57°98°
CMYK 0.220.570.00   0.02
XYZ45.176029.082594.4992
Yxy29.08250.26770.1723
Hunter Lab53.928255.1563-66.1450
CIE-Lab60.854458.9364-58.2665

#c36bfb color RGB value is (195,107,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101011 11111011
Octal 303 153 373
Decimal 195 107 251
Hex C3 6B FB

RGB Percentages of Color #c36bfb

%35.26
%19.35
%45.39

CMYK Percentages of Color #c36bfb

%22
%57
%0
%2

Triadic Colors of #c36bfb

#c36bfb #fbc36b #6bfbc3

Analogous Colors of #c36bfb

#c36bfb #fb6beb #7b6bfb

Monochromatic Colors of #c36bfb

#c36bfb

Complementary Color

#c36bfb #a3fb6b

#c36bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36bfb Color CSS Codes

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

#c36bfb Text Font Color

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

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


#c36bfb Background Color

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

This div background color is #c36bfb


#c36bfb Border Color

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

This div border color is #c36bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36bfb


Comments

No comments written yet.

Please login to write comment.