Color Hex Logo

#c662bc Color Hex

#C662BC
(198,98,188)
0 Favorites   0 Comments

Color spaces of #c662bc

RGB 19898188
HSL0.850.470.58
HSV306°51°78°
CMYK 0.000.510.05   0.22
XYZ36.733524.372050.3451
Yxy24.37200.32960.2187
Hunter Lab49.368046.4234-25.9059
CIE-Lab56.458351.8835-29.7263

#c662bc color RGB value is (198,98,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 10111100
Octal 306 142 274
Decimal 198 98 188
Hex C6 62 BC

RGB Percentages of Color #c662bc

%40.91
%20.25
%38.84

CMYK Percentages of Color #c662bc

%0
%51
%5
%22

Triadic Colors of #c662bc

#c662bc #bcc662 #62bcc6

Analogous Colors of #c662bc

#c662bc #c6628a #9e62c6

Monochromatic Colors of #c662bc

#c662bc

Complementary Color

#c662bc #62c66c

#c662bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c662bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c662bc Color CSS Codes

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

#c662bc Text Font Color

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

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


#c662bc Background Color

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

This div background color is #c662bc


#c662bc Border Color

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

This div border color is #c662bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c662bc


Comments

No comments written yet.

Please login to write comment.