Color Hex Logo

#c841fb Color Hex

#C841FB
(200,65,251)
0 Favorites   0 Comments

Color spaces of #c841fb

RGB 20065251
HSL0.790.960.62
HSV284°74°98°
CMYK 0.200.740.00   0.02
XYZ43.122323.025093.4383
Yxy23.02500.27020.1443
Hunter Lab47.984476.4406-81.8643
CIE-Lab55.098177.7432-67.4746

#c841fb color RGB value is (200,65,251).

#c841fb hex color red value is 200, green value is 65 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c841fb hue: 0.79 , saturation: 0.96 and the lightness value of c841fb is 0.62.

The process color (four color CMYK) of #c841fb color hex is 0.20, 0.74, 0.00, 0.02. Web safe color of #c841fb is #cc33ff. Color #c841fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000001 11111011
Octal 310 101 373
Decimal 200 65 251
Hex C8 41 FB

RGB Percentages of Color #c841fb

%38.76
%12.60
%48.64

CMYK Percentages of Color #c841fb

%20
%74
%0
%2

Triadic Colors of #c841fb

#c841fb #fbc841 #41fbc8

Analogous Colors of #c841fb

#c841fb #fb41d1 #6b41fb

Monochromatic Colors of #c841fb

#c841fb

Complementary Color

#c841fb #74fb41

#c841fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c841fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c841fb Color CSS Codes

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

#c841fb Text Font Color

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

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


#c841fb Background Color

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

This div background color is #c841fb


#c841fb Border Color

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

This div border color is #c841fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c841fb


Comments

No comments written yet.

Please login to write comment.