Color Hex Logo

#c365fe Color Hex

#C365FE
(195,101,254)
0 Favorites   0 Comments

Color spaces of #c365fe

RGB 195101254
HSL0.770.990.70
HSV277°60°100°
CMYK 0.230.600.00   0.00
XYZ45.048828.065296.8087
Yxy28.06520.26510.1652
Hunter Lab52.976659.0789-71.2621
CIE-Lab59.947662.4784-61.3716

#c365fe color RGB value is (195,101,254).

#c365fe hex color red value is 195, green value is 101 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c365fe hue: 0.77 , saturation: 0.99 and the lightness value of c365fe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100101 11111110
Octal 303 145 376
Decimal 195 101 254
Hex C3 65 FE

RGB Percentages of Color #c365fe

%35.45
%18.36
%46.18

CMYK Percentages of Color #c365fe

%23
%60
%0
%0

Triadic Colors of #c365fe

#c365fe #fec365 #65fec3

Analogous Colors of #c365fe

#c365fe #fe65ed #7765fe

Monochromatic Colors of #c365fe

#c365fe

Complementary Color

#c365fe #a0fe65

#c365fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c365fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c365fe Color CSS Codes

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

#c365fe Text Font Color

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

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


#c365fe Background Color

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

This div background color is #c365fe


#c365fe Border Color

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

This div border color is #c365fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c365fe


Comments

No comments written yet.

Please login to write comment.