Color Hex Logo

#c734db Color Hex

#C734DB
(199,52,219)
0 Favorites   0 Comments

Color spaces of #c734db

RGB 19952219
HSL0.810.700.53
HSV293°76°86°
CMYK 0.090.760.00   0.14
XYZ37.567419.712668.8427
Yxy19.71260.29790.1563
Hunter Lab44.398973.3369-60.8529
CIE-Lab51.510775.9449-55.2597

#c734db color RGB value is (199,52,219).

#c734db hex color red value is 199, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c734db hue: 0.81 , saturation: 0.70 and the lightness value of c734db is 0.53.

The process color (four color CMYK) of #c734db color hex is 0.09, 0.76, 0.00, 0.14. Web safe color of #c734db is #cc33cc. Color #c734db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110100 11011011
Octal 307 64 333
Decimal 199 52 219
Hex C7 34 DB

RGB Percentages of Color #c734db

%42.34
%11.06
%46.60

CMYK Percentages of Color #c734db

%9
%76
%0
%14

Triadic Colors of #c734db

#c734db #dbc734 #34dbc7

Analogous Colors of #c734db

#c734db #db349c #7434db

Monochromatic Colors of #c734db

#c734db

Complementary Color

#c734db #48db34

#c734db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c734db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c734db Color CSS Codes

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

#c734db Text Font Color

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

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


#c734db Background Color

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

This div background color is #c734db


#c734db Border Color

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

This div border color is #c734db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,52,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c734db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c734db;
  -webkit-box-shadow: 1px 1px 3px 2px #c734db;
  box-shadow:         1px 1px 3px 2px #c734db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,52,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c734db


Comments

No comments written yet.

Please login to write comment.