Color Hex Logo

#c662ba Color Hex

#C662BA
(198,98,186)
0 Favorites   0 Comments

Color spaces of #c662ba

RGB 19898186
HSL0.850.470.58
HSV307°51°78°
CMYK 0.000.510.06   0.22
XYZ36.519324.286349.2173
Yxy24.28630.33190.2207
Hunter Lab49.281146.0337-24.7164
CIE-Lab56.373351.5407-28.7093

#c662ba color RGB value is (198,98,186).

#c662ba hex color red value is 198, green value is 98 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c662ba hue: 0.85 , saturation: 0.47 and the lightness value of c662ba is 0.58.

The process color (four color CMYK) of #c662ba color hex is 0.00, 0.51, 0.06, 0.22. Web safe color of #c662ba is #cc66cc. Color #c662ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 10111010
Octal 306 142 272
Decimal 198 98 186
Hex C6 62 BA

RGB Percentages of Color #c662ba

%41.08
%20.33
%38.59

CMYK Percentages of Color #c662ba

%0
%51
%6
%22

Triadic Colors of #c662ba

#c662ba #bac662 #62bac6

Analogous Colors of #c662ba

#c662ba #c66288 #a062c6

Monochromatic Colors of #c662ba

#c662ba

Complementary Color

#c662ba #62c66e

#c662ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c662ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c662ba Color CSS Codes

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

#c662ba Text Font Color

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

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


#c662ba Background Color

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

This div background color is #c662ba


#c662ba Border Color

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

This div border color is #c662ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c662ba


Comments

No comments written yet.

Please login to write comment.