Color Hex Logo

#c37eeb Color Hex

#C37EEB
(195,126,235)
0 Favorites   0 Comments

Color spaces of #c37eeb

RGB 195126235
HSL0.770.730.71
HSV278°46°92°
CMYK 0.170.460.00   0.08
XYZ44.961932.522082.5049
Yxy32.52200.28100.2033
Hunter Lab57.028140.9333-45.8577
CIE-Lab63.772045.7431-44.7970

#c37eeb color RGB value is (195,126,235).

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

The process color (four color CMYK) of #c37eeb color hex is 0.17, 0.46, 0.00, 0.08. Web safe color of #c37eeb is #cc66ff. Color #c37eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111110 11101011
Octal 303 176 353
Decimal 195 126 235
Hex C3 7E EB

RGB Percentages of Color #c37eeb

%35.07
%22.66
%42.27

CMYK Percentages of Color #c37eeb

%17
%46
%0
%8

Triadic Colors of #c37eeb

#c37eeb #ebc37e #7eebc3

Analogous Colors of #c37eeb

#c37eeb #eb7edd #8d7eeb

Monochromatic Colors of #c37eeb

#c37eeb

Complementary Color

#c37eeb #a6eb7e

#c37eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37eeb Color CSS Codes

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

#c37eeb Text Font Color

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

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


#c37eeb Background Color

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

This div background color is #c37eeb


#c37eeb Border Color

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

This div border color is #c37eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37eeb


Comments

No comments written yet.

Please login to write comment.