Color Hex Logo

#c33865 Color Hex

#C33865
(195,56,101)
0 Favorites   0 Comments

Color spaces of #c33865

RGB 19556101
HSL0.950.550.49
HSV341°71°76°
CMYK 0.000.710.48   0.24
XYZ26.268815.370013.8941
Yxy15.37000.47300.2768
Hunter Lab39.204650.99486.4308
CIE-Lab46.136957.85846.4424

#c33865 color RGB value is (195,56,101).

#c33865 hex color red value is 195, green value is 56 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c33865 hue: 0.95 , saturation: 0.55 and the lightness value of c33865 is 0.49.

The process color (four color CMYK) of #c33865 color hex is 0.00, 0.71, 0.48, 0.24. Web safe color of #c33865 is #cc3366. Color #c33865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111000 01100101
Octal 303 70 145
Decimal 195 56 101
Hex C3 38 65

RGB Percentages of Color #c33865

%55.40
%15.91
%28.69

CMYK Percentages of Color #c33865

%0
%71
%48
%24

Triadic Colors of #c33865

#c33865 #65c338 #3865c3

Analogous Colors of #c33865

#c33865 #c35038 #c338ab

Monochromatic Colors of #c33865

#c33865

Complementary Color

#c33865 #38c396

#c33865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33865 Color CSS Codes

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

#c33865 Text Font Color

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

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


#c33865 Background Color

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

This div background color is #c33865


#c33865 Border Color

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

This div border color is #c33865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33865

#c33865 Color Palettes


Comments

No comments written yet.

Please login to write comment.