Color Hex Logo

#c734cb Color Hex

#C734CB
(199,52,203)
0 Favorites   0 Comments

Color spaces of #c734cb

RGB 19952203
HSL0.830.590.50
HSV298°74°80°
CMYK 0.020.740.00   0.20
XYZ35.560718.909958.2756
Yxy18.90990.31540.1677
Hunter Lab43.485569.8704-49.0156
CIE-Lab50.581673.2962-47.5865

#c734cb color RGB value is (199,52,203).

#c734cb hex color red value is 199, green value is 52 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c734cb hue: 0.83 , saturation: 0.59 and the lightness value of c734cb is 0.50.

The process color (four color CMYK) of #c734cb color hex is 0.02, 0.74, 0.00, 0.20. Web safe color of #c734cb is #cc33cc. Color #c734cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110100 11001011
Octal 307 64 313
Decimal 199 52 203
Hex C7 34 CB

RGB Percentages of Color #c734cb

%43.83
%11.45
%44.71

CMYK Percentages of Color #c734cb

%2
%74
%0
%20

Triadic Colors of #c734cb

#c734cb #cbc734 #34cbc7

Analogous Colors of #c734cb

#c734cb #cb3484 #7c34cb

Monochromatic Colors of #c734cb

#c734cb

Complementary Color

#c734cb #38cb34

#c734cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c734cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c734cb Color CSS Codes

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

#c734cb Text Font Color

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

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


#c734cb Background Color

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

This div background color is #c734cb


#c734cb Border Color

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

This div border color is #c734cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c734cb


Comments

No comments written yet.

Please login to write comment.