Color Hex Logo

#c265fb Color Hex

#C265FB
(194,101,251)
0 Favorites   0 Comments

Color spaces of #c265fb

RGB 194101251
HSL0.770.950.69
HSV277°60°98°
CMYK 0.230.600.00   0.02
XYZ44.314427.741794.2859
Yxy27.74170.26640.1668
Hunter Lab52.670458.0084-69.2665
CIE-Lab59.654761.6110-60.1914

#c265fb color RGB value is (194,101,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100101 11111011
Octal 302 145 373
Decimal 194 101 251
Hex C2 65 FB

RGB Percentages of Color #c265fb

%35.53
%18.50
%45.97

CMYK Percentages of Color #c265fb

%23
%60
%0
%2

Triadic Colors of #c265fb

#c265fb #fbc265 #65fbc2

Analogous Colors of #c265fb

#c265fb #fb65e9 #7765fb

Monochromatic Colors of #c265fb

#c265fb

Complementary Color

#c265fb #9efb65

#c265fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c265fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c265fb Color CSS Codes

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

#c265fb Text Font Color

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

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


#c265fb Background Color

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

This div background color is #c265fb


#c265fb Border Color

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

This div border color is #c265fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c265fb


Comments

No comments written yet.

Please login to write comment.