Color Hex Logo

#c82efb Color Hex

#C82EFB
(200,46,251)
0 Favorites   0 Comments

Color spaces of #c82efb

RGB 20046251
HSL0.790.960.58
HSV285°82°98°
CMYK 0.200.820.00   0.02
XYZ42.209021.198493.1338
Yxy21.19840.26960.1354
Hunter Lab46.041783.0678-87.7034
CIE-Lab53.166083.3396-70.5992

#c82efb color RGB value is (200,46,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101110 11111011
Octal 310 56 373
Decimal 200 46 251
Hex C8 2E FB

RGB Percentages of Color #c82efb

%40.24
%9.26
%50.50

CMYK Percentages of Color #c82efb

%20
%82
%0
%2

Triadic Colors of #c82efb

#c82efb #fbc82e #2efbc8

Analogous Colors of #c82efb

#c82efb #fb2ec8 #622efb

Monochromatic Colors of #c82efb

#c82efb

Complementary Color

#c82efb #61fb2e

#c82efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82efb Color CSS Codes

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

#c82efb Text Font Color

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

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


#c82efb Background Color

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

This div background color is #c82efb


#c82efb Border Color

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

This div border color is #c82efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82efb

Related Colors


Comments

No comments written yet.

Please login to write comment.