Color Hex Logo

#c834be Color Hex

#C834BE
(200,52,190)
0 Favorites   0 Comments

Color spaces of #c834be

RGB 20052190
HSL0.840.590.49
HSV304°74°78°
CMYK 0.000.740.05   0.22
XYZ34.341718.453050.4670
Yxy18.45300.33260.1787
Hunter Lab42.957067.5262-39.5856
CIE-Lab50.041071.4617-40.9154

#c834be color RGB value is (200,52,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110100 10111110
Octal 310 64 276
Decimal 200 52 190
Hex C8 34 BE

RGB Percentages of Color #c834be

%45.25
%11.76
%42.99

CMYK Percentages of Color #c834be

%0
%74
%5
%22

Triadic Colors of #c834be

#c834be #bec834 #34bec8

Analogous Colors of #c834be

#c834be #c83474 #8834c8

Monochromatic Colors of #c834be

#c834be

Complementary Color

#c834be #34c83e

#c834be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c834be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c834be Color CSS Codes

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

#c834be Text Font Color

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

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


#c834be Background Color

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

This div background color is #c834be


#c834be Border Color

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

This div border color is #c834be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c834be


Comments

No comments written yet.

Please login to write comment.