Color Hex Logo

#c733dc Color Hex

#C733DC
(199,51,220)
0 Favorites   0 Comments

Color spaces of #c733dc

RGB 19951220
HSL0.810.710.53
HSV293°77°86°
CMYK 0.100.770.00   0.14
XYZ37.655319.677169.5235
Yxy19.67710.29680.1551
Hunter Lab44.358973.8968-61.8738
CIE-Lab51.470276.4057-55.8936

#c733dc color RGB value is (199,51,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110011 11011100
Octal 307 63 334
Decimal 199 51 220
Hex C7 33 DC

RGB Percentages of Color #c733dc

%42.34
%10.85
%46.81

CMYK Percentages of Color #c733dc

%10
%77
%0
%14

Triadic Colors of #c733dc

#c733dc #dcc733 #33dcc7

Analogous Colors of #c733dc

#c733dc #dc339d #7333dc

Monochromatic Colors of #c733dc

#c733dc

Complementary Color

#c733dc #48dc33

#c733dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c733dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c733dc Color CSS Codes

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

#c733dc Text Font Color

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

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


#c733dc Background Color

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

This div background color is #c733dc


#c733dc Border Color

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

This div border color is #c733dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,51,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c733dc


Comments

No comments written yet.

Please login to write comment.