Color Hex Logo

#c733dd Color Hex

#C733DD
(199,51,221)
0 Favorites   0 Comments

Color spaces of #c733dd

RGB 19951221
HSL0.810.710.53
HSV292°77°87°
CMYK 0.100.770.00   0.13
XYZ37.788219.730270.2233
Yxy19.73020.29580.1545
Hunter Lab44.418774.1221-62.6409
CIE-Lab51.530876.5758-56.3649

#c733dd color RGB value is (199,51,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110011 11011101
Octal 307 63 335
Decimal 199 51 221
Hex C7 33 DD

RGB Percentages of Color #c733dd

%42.25
%10.83
%46.92

CMYK Percentages of Color #c733dd

%10
%77
%0
%13

Triadic Colors of #c733dd

#c733dd #ddc733 #33ddc7

Analogous Colors of #c733dd

#c733dd #dd339e #7233dd

Monochromatic Colors of #c733dd

#c733dd

Complementary Color

#c733dd #49dd33

#c733dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c733dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c733dd Color CSS Codes

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

#c733dd Text Font Color

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

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


#c733dd Background Color

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

This div background color is #c733dd


#c733dd Border Color

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

This div border color is #c733dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c733dd


Comments

No comments written yet.

Please login to write comment.