Color Hex Logo

#c37eed Color Hex

#C37EED
(195,126,237)
0 Favorites   0 Comments

Color spaces of #c37eed

RGB 195126237
HSL0.770.760.71
HSV277°47°93°
CMYK 0.180.470.00   0.07
XYZ45.252632.638284.0355
Yxy32.63820.27950.2016
Hunter Lab57.129941.4127-47.2221
CIE-Lab63.866946.1719-45.7541

#c37eed color RGB value is (195,126,237).

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

The process color (four color CMYK) of #c37eed color hex is 0.18, 0.47, 0.00, 0.07. Web safe color of #c37eed is #cc66ff. Color #c37eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111110 11101101
Octal 303 176 355
Decimal 195 126 237
Hex C3 7E ED

RGB Percentages of Color #c37eed

%34.95
%22.58
%42.47

CMYK Percentages of Color #c37eed

%18
%47
%0
%7

Triadic Colors of #c37eed

#c37eed #edc37e #7eedc3

Analogous Colors of #c37eed

#c37eed #ed7ee0 #8c7eed

Monochromatic Colors of #c37eed

#c37eed

Complementary Color

#c37eed #a8ed7e

#c37eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37eed Color CSS Codes

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

#c37eed Text Font Color

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

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


#c37eed Background Color

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

This div background color is #c37eed


#c37eed Border Color

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

This div border color is #c37eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37eed


Comments

No comments written yet.

Please login to write comment.