Color Hex Logo

#c334dd Color Hex

#C334DD
(195,52,221)
0 Favorites   0 Comments

Color spaces of #c334dd

RGB 19552221
HSL0.810.710.54
HSV291°76°87°
CMYK 0.120.760.00   0.13
XYZ36.784819.278570.1890
Yxy19.27850.29140.1527
Hunter Lab43.907372.7066-64.0443
CIE-Lab51.011575.5309-57.2322

#c334dd color RGB value is (195,52,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110100 11011101
Octal 303 64 335
Decimal 195 52 221
Hex C3 34 DD

RGB Percentages of Color #c334dd

%41.67
%11.11
%47.22

CMYK Percentages of Color #c334dd

%12
%76
%0
%13

Triadic Colors of #c334dd

#c334dd #ddc334 #34ddc3

Analogous Colors of #c334dd

#c334dd #dd34a3 #6f34dd

Monochromatic Colors of #c334dd

#c334dd

Complementary Color

#c334dd #4edd34

#c334dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c334dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c334dd Color CSS Codes

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

#c334dd Text Font Color

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

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


#c334dd Background Color

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

This div background color is #c334dd


#c334dd Border Color

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

This div border color is #c334dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c334dd


Comments

No comments written yet.

Please login to write comment.