Color Hex Logo

#c83fed Color Hex

#C83FED
(200,63,237)
0 Favorites   0 Comments

Color spaces of #c83fed

RGB 20063237
HSL0.800.830.59
HSV287°73°93°
CMYK 0.160.730.00   0.07
XYZ40.883021.948882.2025
Yxy21.94880.28190.1513
Hunter Lab46.849573.7803-71.2359
CIE-Lab53.972675.8253-61.4694

#c83fed color RGB value is (200,63,237).

#c83fed hex color red value is 200, green value is 63 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c83fed hue: 0.80 , saturation: 0.83 and the lightness value of c83fed is 0.59.

The process color (four color CMYK) of #c83fed color hex is 0.16, 0.73, 0.00, 0.07. Web safe color of #c83fed is #cc33ff. Color #c83fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111111 11101101
Octal 310 77 355
Decimal 200 63 237
Hex C8 3F ED

RGB Percentages of Color #c83fed

%40.00
%12.60
%47.40

CMYK Percentages of Color #c83fed

%16
%73
%0
%7

Triadic Colors of #c83fed

#c83fed #edc83f #3fedc8

Analogous Colors of #c83fed

#c83fed #ed3fbb #713fed

Monochromatic Colors of #c83fed

#c83fed

Complementary Color

#c83fed #64ed3f

#c83fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83fed Color CSS Codes

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

#c83fed Text Font Color

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

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


#c83fed Background Color

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

This div background color is #c83fed


#c83fed Border Color

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

This div border color is #c83fed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,63,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83fed


Comments

No comments written yet.

Please login to write comment.