Color Hex Logo

#c265ca Color Hex

#C265CA
(194,101,202)
0 Favorites   0 Comments

Color spaces of #c265ca

RGB 194101202
HSL0.820.490.59
HSV295°50°79°
CMYK 0.040.500.00   0.21
XYZ37.562525.041058.7307
Yxy25.04100.30960.2064
Hunter Lab50.041046.4166-34.5571
CIE-Lab57.115351.7710-36.7430

#c265ca color RGB value is (194,101,202).

#c265ca hex color red value is 194, green value is 101 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c265ca hue: 0.82 , saturation: 0.49 and the lightness value of c265ca is 0.59.

The process color (four color CMYK) of #c265ca color hex is 0.04, 0.50, 0.00, 0.21. Web safe color of #c265ca is #cc66cc. Color #c265ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 11001010
Octal 302 145 312
Decimal 194 101 202
Hex C2 65 CA

RGB Percentages of Color #c265ca

%39.03
%20.32
%40.64

CMYK Percentages of Color #c265ca

%4
%50
%0
%21

Triadic Colors of #c265ca

#c265ca #cac265 #65cac2

Analogous Colors of #c265ca

#c265ca #ca65a0 #9065ca

Monochromatic Colors of #c265ca

#c265ca

Complementary Color

#c265ca #6dca65

#c265ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265ca Color CSS Codes

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

#c265ca Text Font Color

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

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


#c265ca Background Color

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

This div background color is #c265ca


#c265ca Border Color

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

This div border color is #c265ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265ca


Comments

No comments written yet.

Please login to write comment.