Color Hex Logo

#c37bef Color Hex

#C37BEF
(195,123,239)
0 Favorites   0 Comments

Color spaces of #c37bef

RGB 195123239
HSL0.770.780.71
HSV277°49°94°
CMYK 0.180.490.00   0.06
XYZ45.168632.000085.4573
Yxy32.00000.27770.1968
Hunter Lab56.568543.5329-49.9706
CIE-Lab63.342948.1888-47.6863

#c37bef color RGB value is (195,123,239).

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

The process color (four color CMYK) of #c37bef color hex is 0.18, 0.49, 0.00, 0.06. Web safe color of #c37bef is #cc66ff. Color #c37bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111011 11101111
Octal 303 173 357
Decimal 195 123 239
Hex C3 7B EF

RGB Percentages of Color #c37bef

%35.01
%22.08
%42.91

CMYK Percentages of Color #c37bef

%18
%49
%0
%6

Triadic Colors of #c37bef

#c37bef #efc37b #7befc3

Analogous Colors of #c37bef

#c37bef #ef7be1 #897bef

Monochromatic Colors of #c37bef

#c37bef

Complementary Color

#c37bef #a7ef7b

#c37bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37bef Color CSS Codes

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

#c37bef Text Font Color

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

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


#c37bef Background Color

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

This div background color is #c37bef


#c37bef Border Color

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

This div border color is #c37bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37bef


Comments

No comments written yet.

Please login to write comment.