Color Hex Logo

#c33cdc Color Hex

#C33CDC
(195,60,220)
0 Favorites   0 Comments

Color spaces of #c33cdc

RGB 19560220
HSL0.810.700.55
HSV291°73°86°
CMYK 0.110.730.00   0.14
XYZ37.039820.001169.6185
Yxy20.00110.29240.1579
Hunter Lab44.722669.5714-60.9894
CIE-Lab51.838572.8063-55.3370

#c33cdc color RGB value is (195,60,220).

#c33cdc hex color red value is 195, green value is 60 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c33cdc hue: 0.81 , saturation: 0.70 and the lightness value of c33cdc is 0.55.

The process color (four color CMYK) of #c33cdc color hex is 0.11, 0.73, 0.00, 0.14. Web safe color of #c33cdc is #cc33cc. Color #c33cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111100 11011100
Octal 303 74 334
Decimal 195 60 220
Hex C3 3C DC

RGB Percentages of Color #c33cdc

%41.05
%12.63
%46.32

CMYK Percentages of Color #c33cdc

%11
%73
%0
%14

Triadic Colors of #c33cdc

#c33cdc #dcc33c #3cdcc3

Analogous Colors of #c33cdc

#c33cdc #dc3ca5 #733cdc

Monochromatic Colors of #c33cdc

#c33cdc

Complementary Color

#c33cdc #55dc3c

#c33cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33cdc Color CSS Codes

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

#c33cdc Text Font Color

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

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


#c33cdc Background Color

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

This div background color is #c33cdc


#c33cdc Border Color

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

This div border color is #c33cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33cdc


Comments

No comments written yet.

Please login to write comment.