Color Hex Logo

#c37bff Color Hex

#C37BFF
(195,123,255)
0 Favorites   0 Comments

Color spaces of #c37bff

RGB 195123255
HSL0.761.000.74
HSV273°52°100°
CMYK 0.240.520.00   0.00
XYZ47.638632.988098.4642
Yxy32.98800.26600.1842
Hunter Lab57.435247.5421-61.4394
CIE-Lab64.151251.6911-55.2141

#c37bff color RGB value is (195,123,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111011 11111111
Octal 303 173 377
Decimal 195 123 255
Hex C3 7B FF

RGB Percentages of Color #c37bff

%34.03
%21.47
%44.50

CMYK Percentages of Color #c37bff

%24
%52
%0
%0

Triadic Colors of #c37bff

#c37bff #ffc37b #7bffc3

Analogous Colors of #c37bff

#c37bff #ff7bf9 #817bff

Monochromatic Colors of #c37bff

#c37bff

Complementary Color

#c37bff #b7ff7b

#c37bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37bff Color CSS Codes

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

#c37bff Text Font Color

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

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


#c37bff Background Color

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

This div background color is #c37bff


#c37bff Border Color

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

This div border color is #c37bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37bff


Comments

No comments written yet.

Please login to write comment.