Color Hex Logo

#c834b8 Color Hex

#C834B8
(200,52,184)
0 Favorites   0 Comments

Color spaces of #c834b8

RGB 20052184
HSL0.850.590.49
HSV306°74°78°
CMYK 0.000.740.08   0.22
XYZ33.699118.196047.0834
Yxy18.19600.34050.1838
Hunter Lab42.656866.3667-35.5830
CIE-Lab49.733070.5541-37.9070

#c834b8 color RGB value is (200,52,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110100 10111000
Octal 310 64 270
Decimal 200 52 184
Hex C8 34 B8

RGB Percentages of Color #c834b8

%45.87
%11.93
%42.20

CMYK Percentages of Color #c834b8

%0
%74
%8
%22

Triadic Colors of #c834b8

#c834b8 #b8c834 #34b8c8

Analogous Colors of #c834b8

#c834b8 #c8346e #8e34c8

Monochromatic Colors of #c834b8

#c834b8

Complementary Color

#c834b8 #34c844

#c834b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c834b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c834b8 Color CSS Codes

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

#c834b8 Text Font Color

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

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


#c834b8 Background Color

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

This div background color is #c834b8


#c834b8 Border Color

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

This div border color is #c834b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c834b8


Comments

No comments written yet.

Please login to write comment.