Color Hex Logo

#c265bb Color Hex

#C265BB
(194,101,187)
0 Favorites   0 Comments

Color spaces of #c265bb

RGB 194101187
HSL0.850.430.58
HSV305°48°76°
CMYK 0.000.480.04   0.24
XYZ35.871524.364649.8259
Yxy24.36460.32590.2214
Hunter Lab49.360543.3395-25.2967
CIE-Lab56.451049.0437-29.2054

#c265bb color RGB value is (194,101,187).

#c265bb hex color red value is 194, green value is 101 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c265bb hue: 0.85 , saturation: 0.43 and the lightness value of c265bb is 0.58.

The process color (four color CMYK) of #c265bb color hex is 0.00, 0.48, 0.04, 0.24. Web safe color of #c265bb is #cc66cc. Color #c265bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 10111011
Octal 302 145 273
Decimal 194 101 187
Hex C2 65 BB

RGB Percentages of Color #c265bb

%40.25
%20.95
%38.80

CMYK Percentages of Color #c265bb

%0
%48
%4
%24

Triadic Colors of #c265bb

#c265bb #bbc265 #65bbc2

Analogous Colors of #c265bb

#c265bb #c2658d #9b65c2

Monochromatic Colors of #c265bb

#c265bb

Complementary Color

#c265bb #65c26c

#c265bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265bb Color CSS Codes

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

#c265bb Text Font Color

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

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


#c265bb Background Color

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

This div background color is #c265bb


#c265bb Border Color

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

This div border color is #c265bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,101,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265bb


Comments

No comments written yet.

Please login to write comment.