Color Hex Logo

#c37efc Color Hex

#C37EFC
(195,126,252)
0 Favorites   0 Comments

Color spaces of #c37efc

RGB 195126252
HSL0.760.950.74
HSV273°50°99°
CMYK 0.230.500.00   0.01
XYZ47.537233.552196.0662
Yxy33.55210.26830.1894
Hunter Lab57.924245.1240-57.7845
CIE-Lab64.605549.4510-52.8478

#c37efc color RGB value is (195,126,252).

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

The process color (four color CMYK) of #c37efc color hex is 0.23, 0.50, 0.00, 0.01. Web safe color of #c37efc is #cc66ff. Color #c37efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111110 11111100
Octal 303 176 374
Decimal 195 126 252
Hex C3 7E FC

RGB Percentages of Color #c37efc

%34.03
%21.99
%43.98

CMYK Percentages of Color #c37efc

%23
%50
%0
%1

Triadic Colors of #c37efc

#c37efc #fcc37e #7efcc3

Analogous Colors of #c37efc

#c37efc #fc7ef6 #847efc

Monochromatic Colors of #c37efc

#c37efc

Complementary Color

#c37efc #b7fc7e

#c37efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37efc Color CSS Codes

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

#c37efc Text Font Color

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

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


#c37efc Background Color

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

This div background color is #c37efc


#c37efc Border Color

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

This div border color is #c37efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37efc


Comments

No comments written yet.

Please login to write comment.