Color Hex Logo

#c307ed Color Hex

#C307ED
(195,7,237)
0 Favorites   0 Comments

Color spaces of #c307ed

RGB 1957237
HSL0.800.940.48
HSV289°97°93°
CMYK 0.180.970.00   0.07
XYZ37.867717.868581.5739
Yxy17.86850.27580.1301
Hunter Lab42.271185.9309-84.8267
CIE-Lab49.336286.2928-68.9978

#c307ed color RGB value is (195,7,237).

#c307ed hex color red value is 195, green value is 7 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c307ed hue: 0.80 , saturation: 0.94 and the lightness value of c307ed is 0.48.

The process color (four color CMYK) of #c307ed color hex is 0.18, 0.97, 0.00, 0.07. Web safe color of #c307ed is #cc00ff. Color #c307ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000111 11101101
Octal 303 7 355
Decimal 195 7 237
Hex C3 7 ED

RGB Percentages of Color #c307ed

%44.42
%1.59
%53.99

CMYK Percentages of Color #c307ed

%18
%97
%0
%7

Triadic Colors of #c307ed

#c307ed #edc307 #07edc3

Analogous Colors of #c307ed

#c307ed #ed07a4 #5007ed

Monochromatic Colors of #c307ed

#c307ed

Complementary Color

#c307ed #31ed07

#c307ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c307ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c307ed Color CSS Codes

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

#c307ed Text Font Color

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

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


#c307ed Background Color

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

This div background color is #c307ed


#c307ed Border Color

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

This div border color is #c307ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c307ed


Comments

No comments written yet.

Please login to write comment.