Color Hex Logo

#c658cb Color Hex

#C658CB
(198,88,203)
0 Favorites   0 Comments

Color spaces of #c658cb

RGB 19888203
HSL0.830.530.57
HSV297°57°80°
CMYK 0.020.570.00   0.20
XYZ37.557923.297059.0172
Yxy23.29700.31330.1943
Hunter Lab48.267054.4287-38.7085
CIE-Lab55.377059.2491-40.0046

#c658cb color RGB value is (198,88,203).

#c658cb hex color red value is 198, green value is 88 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c658cb hue: 0.83 , saturation: 0.53 and the lightness value of c658cb is 0.57.

The process color (four color CMYK) of #c658cb color hex is 0.02, 0.57, 0.00, 0.20. Web safe color of #c658cb is #cc66cc. Color #c658cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011000 11001011
Octal 306 130 313
Decimal 198 88 203
Hex C6 58 CB

RGB Percentages of Color #c658cb

%40.49
%18.00
%41.51

CMYK Percentages of Color #c658cb

%2
%57
%0
%20

Triadic Colors of #c658cb

#c658cb #cbc658 #58cbc6

Analogous Colors of #c658cb

#c658cb #cb5897 #8d58cb

Monochromatic Colors of #c658cb

#c658cb

Complementary Color

#c658cb #5dcb58

#c658cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c658cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c658cb Color CSS Codes

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

#c658cb Text Font Color

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

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


#c658cb Background Color

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

This div background color is #c658cb


#c658cb Border Color

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

This div border color is #c658cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c658cb


Comments

No comments written yet.

Please login to write comment.