Color Hex Logo

#c934dd Color Hex

#C934DD
(201,52,221)
0 Favorites   0 Comments

Color spaces of #c934dd

RGB 20152221
HSL0.810.710.54
HSV293°76°87°
CMYK 0.090.760.00   0.13
XYZ38.366520.093970.2630
Yxy20.09390.29810.1561
Hunter Lab44.826274.3312-61.5559
CIE-Lab51.943276.6641-55.6864

#c934dd color RGB value is (201,52,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110100 11011101
Octal 311 64 335
Decimal 201 52 221
Hex C9 34 DD

RGB Percentages of Color #c934dd

%42.41
%10.97
%46.62

CMYK Percentages of Color #c934dd

%9
%76
%0
%13

Triadic Colors of #c934dd

#c934dd #ddc934 #34ddc9

Analogous Colors of #c934dd

#c934dd #dd349d #7534dd

Monochromatic Colors of #c934dd

#c934dd

Complementary Color

#c934dd #48dd34

#c934dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c934dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c934dd Color CSS Codes

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

#c934dd Text Font Color

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

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


#c934dd Background Color

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

This div background color is #c934dd


#c934dd Border Color

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

This div border color is #c934dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c934dd


Comments

No comments written yet.

Please login to write comment.