Color Hex Logo

#c37cff Color Hex

#C37CFF
(195,124,255)
0 Favorites   0 Comments

Color spaces of #c37cff

RGB 195124255
HSL0.761.000.74
HSV273°51°100°
CMYK 0.240.510.00   0.00
XYZ47.763333.237498.5058
Yxy33.23740.26610.1852
Hunter Lab57.651946.9925-60.9484
CIE-Lab64.352751.1689-54.8939

#c37cff color RGB value is (195,124,255).

#c37cff hex color red value is 195, green value is 124 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c37cff hue: 0.76 , saturation: 1.00 and the lightness value of c37cff is 0.74.

The process color (four color CMYK) of #c37cff color hex is 0.24, 0.51, 0.00, 0.00. Web safe color of #c37cff is #cc66ff. Color #c37cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111100 11111111
Octal 303 174 377
Decimal 195 124 255
Hex C3 7C FF

RGB Percentages of Color #c37cff

%33.97
%21.60
%44.43

CMYK Percentages of Color #c37cff

%24
%51
%0
%0

Triadic Colors of #c37cff

#c37cff #ffc37c #7cffc3

Analogous Colors of #c37cff

#c37cff #ff7cfa #827cff

Monochromatic Colors of #c37cff

#c37cff

Complementary Color

#c37cff #b8ff7c

#c37cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37cff Color CSS Codes

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

#c37cff Text Font Color

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

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


#c37cff Background Color

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

This div background color is #c37cff


#c37cff Border Color

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

This div border color is #c37cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37cff

Related Colors


Comments

No comments written yet.

Please login to write comment.