Color Hex Logo

#c465fb Color Hex

#C465FB
(196,101,251)
0 Favorites   0 Comments

Color spaces of #c465fb

RGB 196101251
HSL0.770.950.69
HSV278°60°98°
CMYK 0.220.600.00   0.02
XYZ44.831228.008294.3100
Yxy28.00820.26820.1676
Hunter Lab52.922858.5936-68.6106
CIE-Lab59.896162.0714-59.7912

#c465fb color RGB value is (196,101,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100101 11111011
Octal 304 145 373
Decimal 196 101 251
Hex C4 65 FB

RGB Percentages of Color #c465fb

%35.77
%18.43
%45.80

CMYK Percentages of Color #c465fb

%22
%60
%0
%2

Triadic Colors of #c465fb

#c465fb #fbc465 #65fbc4

Analogous Colors of #c465fb

#c465fb #fb65e7 #7965fb

Monochromatic Colors of #c465fb

#c465fb

Complementary Color

#c465fb #9cfb65

#c465fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c465fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c465fb Color CSS Codes

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

#c465fb Text Font Color

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

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


#c465fb Background Color

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

This div background color is #c465fb


#c465fb Border Color

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

This div border color is #c465fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c465fb


Comments

No comments written yet.

Please login to write comment.