Color Hex Logo

#c33dce Color Hex

#C33DCE
(195,61,206)
0 Favorites   0 Comments

Color spaces of #c33dce

RGB 19561206
HSL0.820.600.52
HSV295°70°81°
CMYK 0.050.700.00   0.19
XYZ35.315019.395860.2750
Yxy19.39580.30710.1687
Hunter Lab44.040766.0631-50.3171
CIE-Lab51.147170.0271-48.4478

#c33dce color RGB value is (195,61,206).

#c33dce hex color red value is 195, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c33dce hue: 0.82 , saturation: 0.60 and the lightness value of c33dce is 0.52.

The process color (four color CMYK) of #c33dce color hex is 0.05, 0.70, 0.00, 0.19. Web safe color of #c33dce is #cc33cc. Color #c33dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111101 11001110
Octal 303 75 316
Decimal 195 61 206
Hex C3 3D CE

RGB Percentages of Color #c33dce

%42.21
%13.20
%44.59

CMYK Percentages of Color #c33dce

%5
%70
%0
%19

Triadic Colors of #c33dce

#c33dce #cec33d #3dcec3

Analogous Colors of #c33dce

#c33dce #ce3d91 #7b3dce

Monochromatic Colors of #c33dce

#c33dce

Complementary Color

#c33dce #48ce3d

#c33dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33dce Color CSS Codes

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

#c33dce Text Font Color

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

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


#c33dce Background Color

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

This div background color is #c33dce


#c33dce Border Color

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

This div border color is #c33dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,61,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33dce


Comments

No comments written yet.

Please login to write comment.