Color Hex Logo

#c834bc Color Hex

#C834BC
(200,52,188)
0 Favorites   0 Comments

Color spaces of #c834bc

RGB 20052188
HSL0.850.590.49
HSV305°74°78°
CMYK 0.000.740.06   0.22
XYZ34.124518.366249.3234
Yxy18.36620.33520.1804
Hunter Lab42.855867.1353-38.2387
CIE-Lab49.937371.1563-39.9161

#c834bc color RGB value is (200,52,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110100 10111100
Octal 310 64 274
Decimal 200 52 188
Hex C8 34 BC

RGB Percentages of Color #c834bc

%45.45
%11.82
%42.73

CMYK Percentages of Color #c834bc

%0
%74
%6
%22

Triadic Colors of #c834bc

#c834bc #bcc834 #34bcc8

Analogous Colors of #c834bc

#c834bc #c83472 #8a34c8

Monochromatic Colors of #c834bc

#c834bc

Complementary Color

#c834bc #34c840

#c834bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c834bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c834bc Color CSS Codes

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

#c834bc Text Font Color

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

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


#c834bc Background Color

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

This div background color is #c834bc


#c834bc Border Color

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

This div border color is #c834bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c834bc


Comments

No comments written yet.

Please login to write comment.