Color Hex Logo

#c632cb Color Hex

#C632CB
(198,50,203)
0 Favorites   0 Comments

Color spaces of #c632cb

RGB 19850203
HSL0.830.600.50
HSV298°75°80°
CMYK 0.020.750.00   0.20
XYZ35.208818.598858.2341
Yxy18.59880.31420.1660
Hunter Lab43.126370.2583-49.8717
CIE-Lab50.214573.6863-48.1809

#c632cb color RGB value is (198,50,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110010 11001011
Octal 306 62 313
Decimal 198 50 203
Hex C6 32 CB

RGB Percentages of Color #c632cb

%43.90
%11.09
%45.01

CMYK Percentages of Color #c632cb

%2
%75
%0
%20

Triadic Colors of #c632cb

#c632cb #cbc632 #32cbc6

Analogous Colors of #c632cb

#c632cb #cb3284 #7a32cb

Monochromatic Colors of #c632cb

#c632cb

Complementary Color

#c632cb #37cb32

#c632cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c632cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c632cb Color CSS Codes

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

#c632cb Text Font Color

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

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


#c632cb Background Color

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

This div background color is #c632cb


#c632cb Border Color

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

This div border color is #c632cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,50,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 #c632cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c632cb


Comments

No comments written yet.

Please login to write comment.