Color Hex Logo

#c658de Color Hex

#C658DE
(198,88,222)
0 Favorites   0 Comments

Color spaces of #c658de

RGB 19888222
HSL0.800.670.61
HSV289°60°87°
CMYK 0.110.600.00   0.13
XYZ39.963224.259171.6834
Yxy24.25910.29410.1785
Hunter Lab49.253558.6372-51.8130
CIE-Lab56.346362.7420-49.2518

#c658de color RGB value is (198,88,222).

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

The process color (four color CMYK) of #c658de color hex is 0.11, 0.60, 0.00, 0.13. Web safe color of #c658de is #cc66cc. Color #c658de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011000 11011110
Octal 306 130 336
Decimal 198 88 222
Hex C6 58 DE

RGB Percentages of Color #c658de

%38.98
%17.32
%43.70

CMYK Percentages of Color #c658de

%11
%60
%0
%13

Triadic Colors of #c658de

#c658de #dec658 #58dec6

Analogous Colors of #c658de

#c658de #de58b3 #8358de

Monochromatic Colors of #c658de

#c658de

Complementary Color

#c658de #70de58

#c658de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c658de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c658de Color CSS Codes

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

#c658de Text Font Color

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

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


#c658de Background Color

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

This div background color is #c658de


#c658de Border Color

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

This div border color is #c658de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c658de


Comments

No comments written yet.

Please login to write comment.