Color Hex Logo

#c123bd Color Hex

#C123BD
(193,35,189)
0 Favorites   0 Comments

Color spaces of #c123bd

RGB 19335189
HSL0.840.690.45
HSV302°82°76°
CMYK 0.000.820.02   0.24
XYZ31.778716.213649.5987
Yxy16.21360.32560.1661
Hunter Lab40.266170.4095-44.8455
CIE-Lab47.253574.3874-44.8286

#c123bd color RGB value is (193,35,189).

#c123bd hex color red value is 193, green value is 35 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c123bd hue: 0.84 , saturation: 0.69 and the lightness value of c123bd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100011 10111101
Octal 301 43 275
Decimal 193 35 189
Hex C1 23 BD

RGB Percentages of Color #c123bd

%46.28
%8.39
%45.32

CMYK Percentages of Color #c123bd

%0
%82
%2
%24

Triadic Colors of #c123bd

#c123bd #bdc123 #23bdc1

Analogous Colors of #c123bd

#c123bd #c1236e #7623c1

Monochromatic Colors of #c123bd

#c123bd

Complementary Color

#c123bd #23c127

#c123bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c123bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c123bd Color CSS Codes

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

#c123bd Text Font Color

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

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


#c123bd Background Color

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

This div background color is #c123bd


#c123bd Border Color

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

This div border color is #c123bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,35,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c123bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c123bd;
  -webkit-box-shadow: 1px 1px 3px 2px #c123bd;
  box-shadow:         1px 1px 3px 2px #c123bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,35,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c123bd


Comments

No comments written yet.

Please login to write comment.