Color Hex Logo

#c83fbc Color Hex

#C83FBC
(200,63,188)
0 Favorites   0 Comments

Color spaces of #c83fbc

RGB 20063188
HSL0.850.550.52
HSV305°69°78°
CMYK 0.000.690.06   0.22
XYZ34.674019.465249.5066
Yxy19.46520.33450.1878
Hunter Lab44.119463.0766-35.6461
CIE-Lab51.227167.4942-37.8823

#c83fbc color RGB value is (200,63,188).

#c83fbc hex color red value is 200, green value is 63 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c83fbc hue: 0.85 , saturation: 0.55 and the lightness value of c83fbc is 0.52.

The process color (four color CMYK) of #c83fbc color hex is 0.00, 0.69, 0.06, 0.22. Web safe color of #c83fbc is #cc33cc. Color #c83fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111111 10111100
Octal 310 77 274
Decimal 200 63 188
Hex C8 3F BC

RGB Percentages of Color #c83fbc

%44.35
%13.97
%41.69

CMYK Percentages of Color #c83fbc

%0
%69
%6
%22

Triadic Colors of #c83fbc

#c83fbc #bcc83f #3fbcc8

Analogous Colors of #c83fbc

#c83fbc #c83f78 #903fc8

Monochromatic Colors of #c83fbc

#c83fbc

Complementary Color

#c83fbc #3fc84b

#c83fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83fbc Color CSS Codes

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

#c83fbc Text Font Color

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

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


#c83fbc Background Color

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

This div background color is #c83fbc


#c83fbc Border Color

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

This div border color is #c83fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83fbc


Comments

No comments written yet.

Please login to write comment.