Color Hex Logo

#c33dbc Color Hex

#C33DBC
(195,61,188)
0 Favorites   0 Comments

Color spaces of #c33dbc

RGB 19561188
HSL0.840.530.50
HSV303°69°76°
CMYK 0.000.690.04   0.24
XYZ33.251518.570449.4089
Yxy18.57040.32850.1834
Hunter Lab43.093462.3198-37.8138
CIE-Lab50.180867.0503-39.5850

#c33dbc color RGB value is (195,61,188).

#c33dbc hex color red value is 195, green value is 61 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c33dbc hue: 0.84 , saturation: 0.53 and the lightness value of c33dbc is 0.50.

The process color (four color CMYK) of #c33dbc color hex is 0.00, 0.69, 0.04, 0.24. Web safe color of #c33dbc is #cc33cc. Color #c33dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111101 10111100
Octal 303 75 274
Decimal 195 61 188
Hex C3 3D BC

RGB Percentages of Color #c33dbc

%43.92
%13.74
%42.34

CMYK Percentages of Color #c33dbc

%0
%69
%4
%24

Triadic Colors of #c33dbc

#c33dbc #bcc33d #3dbcc3

Analogous Colors of #c33dbc

#c33dbc #c33d79 #873dc3

Monochromatic Colors of #c33dbc

#c33dbc

Complementary Color

#c33dbc #3dc344

#c33dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33dbc Color CSS Codes

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

#c33dbc Text Font Color

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

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


#c33dbc Background Color

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

This div background color is #c33dbc


#c33dbc Border Color

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

This div border color is #c33dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33dbc


Comments

No comments written yet.

Please login to write comment.