Color Hex Logo

#c507ed Color Hex

#C507ED
(197,7,237)
0 Favorites   0 Comments

Color spaces of #c507ed

RGB 1977237
HSL0.800.940.48
HSV290°97°93°
CMYK 0.170.970.00   0.07
XYZ38.388018.136781.5982
Yxy18.13670.27790.1313
Hunter Lab42.587286.3718-83.7902
CIE-Lab49.661586.5682-68.4551

#c507ed color RGB value is (197,7,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000111 11101101
Octal 305 7 355
Decimal 197 7 237
Hex C5 7 ED

RGB Percentages of Color #c507ed

%44.67
%1.59
%53.74

CMYK Percentages of Color #c507ed

%17
%97
%0
%7

Triadic Colors of #c507ed

#c507ed #edc507 #07edc5

Analogous Colors of #c507ed

#c507ed #ed07a2 #5207ed

Monochromatic Colors of #c507ed

#c507ed

Complementary Color

#c507ed #2fed07

#c507ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c507ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c507ed Color CSS Codes

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

#c507ed Text Font Color

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

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


#c507ed Background Color

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

This div background color is #c507ed


#c507ed Border Color

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

This div border color is #c507ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c507ed


Comments

No comments written yet.

Please login to write comment.