Color Hex Logo

#c834dd Color Hex

#C834DD
(200,52,221)
0 Favorites   0 Comments

Color spaces of #c834dd

RGB 20052221
HSL0.810.710.54
HSV293°76°87°
CMYK 0.100.760.00   0.13
XYZ38.098619.955870.2505
Yxy19.95580.29690.1555
Hunter Lab44.671974.0585-61.9684
CIE-Lab51.787276.4745-55.9452

#c834dd color RGB value is (200,52,221).

#c834dd hex color red value is 200, green value is 52 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c834dd hue: 0.81 , saturation: 0.71 and the lightness value of c834dd is 0.54.

The process color (four color CMYK) of #c834dd color hex is 0.10, 0.76, 0.00, 0.13. Web safe color of #c834dd is #cc33cc. Color #c834dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110100 11011101
Octal 310 64 335
Decimal 200 52 221
Hex C8 34 DD

RGB Percentages of Color #c834dd

%42.28
%10.99
%46.72

CMYK Percentages of Color #c834dd

%10
%76
%0
%13

Triadic Colors of #c834dd

#c834dd #ddc834 #34ddc8

Analogous Colors of #c834dd

#c834dd #dd349e #7434dd

Monochromatic Colors of #c834dd

#c834dd

Complementary Color

#c834dd #49dd34

#c834dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c834dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c834dd Color CSS Codes

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

#c834dd Text Font Color

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

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


#c834dd Background Color

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

This div background color is #c834dd


#c834dd Border Color

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

This div border color is #c834dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c834dd


Comments

No comments written yet.

Please login to write comment.