Color Hex Logo

#c658ea Color Hex

#C658EA
(198,88,234)
0 Favorites   0 Comments

Color spaces of #c658ea

RGB 19888234
HSL0.790.780.63
HSV285°62°92°
CMYK 0.150.620.00   0.08
XYZ41.629724.925780.4589
Yxy24.92570.28320.1695
Hunter Lab49.925661.4695-60.6023
CIE-Lab57.003065.0476-54.9479

#c658ea color RGB value is (198,88,234).

#c658ea hex color red value is 198, green value is 88 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c658ea hue: 0.79 , saturation: 0.78 and the lightness value of c658ea is 0.63.

The process color (four color CMYK) of #c658ea color hex is 0.15, 0.62, 0.00, 0.08. Web safe color of #c658ea is #cc66ff. Color #c658ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011000 11101010
Octal 306 130 352
Decimal 198 88 234
Hex C6 58 EA

RGB Percentages of Color #c658ea

%38.08
%16.92
%45.00

CMYK Percentages of Color #c658ea

%15
%62
%0
%8

Triadic Colors of #c658ea

#c658ea #eac658 #58eac6

Analogous Colors of #c658ea

#c658ea #ea58c5 #7d58ea

Monochromatic Colors of #c658ea

#c658ea

Complementary Color

#c658ea #7cea58

#c658ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c658ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c658ea Color CSS Codes

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

#c658ea Text Font Color

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

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


#c658ea Background Color

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

This div background color is #c658ea


#c658ea Border Color

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

This div border color is #c658ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c658ea


Comments

No comments written yet.

Please login to write comment.