Color Hex Logo

#c607ef Color Hex

#C607EF
(198,7,239)
0 Favorites   0 Comments

Color spaces of #c607ef

RGB 1987239
HSL0.800.940.48
HSV289°97°94°
CMYK 0.170.970.00   0.06
XYZ38.944718.389783.1583
Yxy18.38970.27720.1309
Hunter Lab42.883287.0604-84.9558
CIE-Lab49.965487.0362-69.0816

#c607ef color RGB value is (198,7,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000111 11101111
Octal 306 7 357
Decimal 198 7 239
Hex C6 7 EF

RGB Percentages of Color #c607ef

%44.59
%1.58
%53.83

CMYK Percentages of Color #c607ef

%17
%97
%0
%6

Triadic Colors of #c607ef

#c607ef #efc607 #07efc6

Analogous Colors of #c607ef

#c607ef #ef07a4 #5207ef

Monochromatic Colors of #c607ef

#c607ef

Complementary Color

#c607ef #30ef07

#c607ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c607ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c607ef Color CSS Codes

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

#c607ef Text Font Color

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

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


#c607ef Background Color

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

This div background color is #c607ef


#c607ef Border Color

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

This div border color is #c607ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,7,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c607ef


Comments

No comments written yet.

Please login to write comment.