Color Hex Logo

#c834bd Color Hex

#C834BD
(200,52,189)
0 Favorites   0 Comments

Color spaces of #c834bd

RGB 20052189
HSL0.850.590.49
HSV304°74°78°
CMYK 0.000.740.05   0.22
XYZ34.232718.409549.8932
Yxy18.40950.33390.1795
Hunter Lab42.906367.3299-38.9104
CIE-Lab49.989171.3084-40.4161

#c834bd color RGB value is (200,52,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110100 10111101
Octal 310 64 275
Decimal 200 52 189
Hex C8 34 BD

RGB Percentages of Color #c834bd

%45.35
%11.79
%42.86

CMYK Percentages of Color #c834bd

%0
%74
%5
%22

Triadic Colors of #c834bd

#c834bd #bdc834 #34bdc8

Analogous Colors of #c834bd

#c834bd #c83473 #8934c8

Monochromatic Colors of #c834bd

#c834bd

Complementary Color

#c834bd #34c83f

#c834bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c834bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c834bd Color CSS Codes

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

#c834bd Text Font Color

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

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


#c834bd Background Color

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

This div background color is #c834bd


#c834bd Border Color

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

This div border color is #c834bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c834bd


Comments

No comments written yet.

Please login to write comment.