Color Hex Logo

#c265bc Color Hex

#C265BC
(194,101,188)
0 Favorites   0 Comments

Color spaces of #c265bc

RGB 194101188
HSL0.840.430.58
HSV304°48°76°
CMYK 0.000.480.03   0.24
XYZ35.978924.407550.3918
Yxy24.40750.32480.2203
Hunter Lab49.403943.5374-25.8928
CIE-Lab56.493549.2208-29.7134

#c265bc color RGB value is (194,101,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 10111100
Octal 302 145 274
Decimal 194 101 188
Hex C2 65 BC

RGB Percentages of Color #c265bc

%40.17
%20.91
%38.92

CMYK Percentages of Color #c265bc

%0
%48
%3
%24

Triadic Colors of #c265bc

#c265bc #bcc265 #65bcc2

Analogous Colors of #c265bc

#c265bc #c2658e #9a65c2

Monochromatic Colors of #c265bc

#c265bc

Complementary Color

#c265bc #65c26b

#c265bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265bc Color CSS Codes

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

#c265bc Text Font Color

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

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


#c265bc Background Color

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

This div background color is #c265bc


#c265bc Border Color

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

This div border color is #c265bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265bc


Comments

No comments written yet.

Please login to write comment.