Color Hex Logo

#c658e1 Color Hex

#C658E1
(198,88,225)
0 Favorites   0 Comments

Color spaces of #c658e1

RGB 19888225
HSL0.800.700.61
HSV288°61°88°
CMYK 0.120.610.00   0.12
XYZ40.369024.421573.8203
Yxy24.42150.29120.1762
Hunter Lab49.418159.3326-53.9741
CIE-Lab56.507463.3113-50.6860

#c658e1 color RGB value is (198,88,225).

#c658e1 hex color red value is 198, green value is 88 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c658e1 hue: 0.80 , saturation: 0.70 and the lightness value of c658e1 is 0.61.

The process color (four color CMYK) of #c658e1 color hex is 0.12, 0.61, 0.00, 0.12. Web safe color of #c658e1 is #cc66cc. Color #c658e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011000 11100001
Octal 306 130 341
Decimal 198 88 225
Hex C6 58 E1

RGB Percentages of Color #c658e1

%38.75
%17.22
%44.03

CMYK Percentages of Color #c658e1

%12
%61
%0
%12

Triadic Colors of #c658e1

#c658e1 #e1c658 #58e1c6

Analogous Colors of #c658e1

#c658e1 #e158b8 #8258e1

Monochromatic Colors of #c658e1

#c658e1

Complementary Color

#c658e1 #73e158

#c658e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c658e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c658e1 Color CSS Codes

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

#c658e1 Text Font Color

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

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


#c658e1 Background Color

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

This div background color is #c658e1


#c658e1 Border Color

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

This div border color is #c658e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c658e1


Comments

No comments written yet.

Please login to write comment.