Color Hex Logo

#c265fa Color Hex

#C265FA
(194,101,250)
0 Favorites   0 Comments

Color spaces of #c265fa

RGB 194101250
HSL0.770.940.69
HSV277°60°98°
CMYK 0.220.600.00   0.02
XYZ44.157127.678893.4577
Yxy27.67880.26710.1675
Hunter Lab52.610657.7498-68.4955
CIE-Lab59.597461.3983-59.7302

#c265fa color RGB value is (194,101,250).

#c265fa hex color red value is 194, green value is 101 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c265fa hue: 0.77 , saturation: 0.94 and the lightness value of c265fa is 0.69.

The process color (four color CMYK) of #c265fa color hex is 0.22, 0.60, 0.00, 0.02. Web safe color of #c265fa is #cc66ff. Color #c265fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 11111010
Octal 302 145 372
Decimal 194 101 250
Hex C2 65 FA

RGB Percentages of Color #c265fa

%35.60
%18.53
%45.87

CMYK Percentages of Color #c265fa

%22
%60
%0
%2

Triadic Colors of #c265fa

#c265fa #fac265 #65fac2

Analogous Colors of #c265fa

#c265fa #fa65e8 #7865fa

Monochromatic Colors of #c265fa

#c265fa

Complementary Color

#c265fa #9dfa65

#c265fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265fa Color CSS Codes

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

#c265fa Text Font Color

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

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


#c265fa Background Color

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

This div background color is #c265fa


#c265fa Border Color

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

This div border color is #c265fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265fa


Comments

No comments written yet.

Please login to write comment.