Color Hex Logo

#c33dbf Color Hex

#C33DBF
(195,61,191)
0 Favorites   0 Comments

Color spaces of #c33dbf

RGB 19561191
HSL0.840.530.50
HSV302°69°76°
CMYK 0.000.690.02   0.24
XYZ33.578418.701251.1301
Yxy18.70120.32470.1808
Hunter Lab43.244962.9215-39.8294
CIE-Lab50.335867.5329-41.0821

#c33dbf color RGB value is (195,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111101 10111111
Octal 303 75 277
Decimal 195 61 191
Hex C3 3D BF

RGB Percentages of Color #c33dbf

%43.62
%13.65
%42.73

CMYK Percentages of Color #c33dbf

%0
%69
%2
%24

Triadic Colors of #c33dbf

#c33dbf #bfc33d #3dbfc3

Analogous Colors of #c33dbf

#c33dbf #c33d7c #843dc3

Monochromatic Colors of #c33dbf

#c33dbf

Complementary Color

#c33dbf #3dc341

#c33dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33dbf Color CSS Codes

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

#c33dbf Text Font Color

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

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


#c33dbf Background Color

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

This div background color is #c33dbf


#c33dbf Border Color

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

This div border color is #c33dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33dbf


Comments

No comments written yet.

Please login to write comment.