Color Hex Logo

#c44ffd Color Hex

#C44FFD
(196,79,253)
0 Favorites   0 Comments

Color spaces of #c44ffd

RGB 19679253
HSL0.780.980.65
HSV280°69°99°
CMYK 0.230.690.00   0.01
XYZ43.290624.419695.3603
Yxy24.41960.26550.1497
Hunter Lab49.416269.8949-79.8228
CIE-Lab56.505572.1760-66.3423

#c44ffd color RGB value is (196,79,253).

#c44ffd hex color red value is 196, green value is 79 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c44ffd hue: 0.78 , saturation: 0.98 and the lightness value of c44ffd is 0.65.

The process color (four color CMYK) of #c44ffd color hex is 0.23, 0.69, 0.00, 0.01. Web safe color of #c44ffd is #cc66ff. Color #c44ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01001111 11111101
Octal 304 117 375
Decimal 196 79 253
Hex C4 4F FD

RGB Percentages of Color #c44ffd

%37.12
%14.96
%47.92

CMYK Percentages of Color #c44ffd

%23
%69
%0
%1

Triadic Colors of #c44ffd

#c44ffd #fdc44f #4ffdc4

Analogous Colors of #c44ffd

#c44ffd #fd4fdf #6d4ffd

Monochromatic Colors of #c44ffd

#c44ffd

Complementary Color

#c44ffd #88fd4f

#c44ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c44ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c44ffd Color CSS Codes

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

#c44ffd Text Font Color

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

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


#c44ffd Background Color

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

This div background color is #c44ffd


#c44ffd Border Color

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

This div border color is #c44ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,79,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c44ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c44ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #c44ffd;
  box-shadow:         1px 1px 3px 2px #c44ffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,79,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c44ffd


Comments

No comments written yet.

Please login to write comment.