Color Hex Logo

#c260bc Color Hex

#C260BC
(194,96,188)
0 Favorites   0 Comments

Color spaces of #c260bc

RGB 19496188
HSL0.840.450.57
HSV304°51°76°
CMYK 0.000.510.03   0.24
XYZ35.508123.465950.2348
Yxy23.46590.32510.2149
Hunter Lab48.441646.0691-27.5756
CIE-Lab55.549051.7072-31.1810

#c260bc color RGB value is (194,96,188).

#c260bc hex color red value is 194, green value is 96 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c260bc hue: 0.84 , saturation: 0.45 and the lightness value of c260bc is 0.57.

The process color (four color CMYK) of #c260bc color hex is 0.00, 0.51, 0.03, 0.24. Web safe color of #c260bc is #cc66cc. Color #c260bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100000 10111100
Octal 302 140 274
Decimal 194 96 188
Hex C2 60 BC

RGB Percentages of Color #c260bc

%40.59
%20.08
%39.33

CMYK Percentages of Color #c260bc

%0
%51
%3
%24

Triadic Colors of #c260bc

#c260bc #bcc260 #60bcc2

Analogous Colors of #c260bc

#c260bc #c2608b #9760c2

Monochromatic Colors of #c260bc

#c260bc

Complementary Color

#c260bc #60c266

#c260bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c260bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c260bc Color CSS Codes

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

#c260bc Text Font Color

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

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


#c260bc Background Color

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

This div background color is #c260bc


#c260bc Border Color

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

This div border color is #c260bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,96,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 #c260bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c260bc


Comments

No comments written yet.

Please login to write comment.