Color Hex Logo

#c508fb Color Hex

#C508FB
(197,8,251)
0 Favorites   0 Comments

Color spaces of #c508fb

RGB 1978251
HSL0.800.970.51
HSV287°97°98°
CMYK 0.220.970.00   0.02
XYZ40.525419.009092.8000
Yxy19.00900.26600.1248
Hunter Lab43.599389.6163-95.6777
CIE-Lab50.697788.8376-74.6276

#c508fb color RGB value is (197,8,251).

#c508fb hex color red value is 197, green value is 8 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c508fb hue: 0.80 , saturation: 0.97 and the lightness value of c508fb is 0.51.

The process color (four color CMYK) of #c508fb color hex is 0.22, 0.97, 0.00, 0.02. Web safe color of #c508fb is #cc00ff. Color #c508fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001000 11111011
Octal 305 10 373
Decimal 197 8 251
Hex C5 8 FB

RGB Percentages of Color #c508fb

%43.20
%1.75
%55.04

CMYK Percentages of Color #c508fb

%22
%97
%0
%2

Triadic Colors of #c508fb

#c508fb #fbc508 #08fbc5

Analogous Colors of #c508fb

#c508fb #fb08b8 #4c08fb

Monochromatic Colors of #c508fb

#c508fb

Complementary Color

#c508fb #3efb08

#c508fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c508fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c508fb Color CSS Codes

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

#c508fb Text Font Color

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

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


#c508fb Background Color

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

This div background color is #c508fb


#c508fb Border Color

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

This div border color is #c508fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c508fb


Comments

No comments written yet.

Please login to write comment.