Color Hex Logo

#ca67d7 Color Hex

#CA67D7
(202,103,215)
0 Favorites   0 Comments

Color spaces of #ca67d7

RGB 202103215
HSL0.810.580.62
HSV293°52°84°
CMYK 0.060.520.00   0.16
XYZ41.473127.163367.3472
Yxy27.16330.30500.1998
Hunter Lab52.118450.8337-40.1314
CIE-Lab59.125255.4233-40.8792

#ca67d7 color RGB value is (202,103,215).

#ca67d7 hex color red value is 202, green value is 103 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ca67d7 hue: 0.81 , saturation: 0.58 and the lightness value of ca67d7 is 0.62.

The process color (four color CMYK) of #ca67d7 color hex is 0.06, 0.52, 0.00, 0.16. Web safe color of #ca67d7 is #cc66cc. Color #ca67d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 11010111
Octal 312 147 327
Decimal 202 103 215
Hex CA 67 D7

RGB Percentages of Color #ca67d7

%38.85
%19.81
%41.35

CMYK Percentages of Color #ca67d7

%6
%52
%0
%16

Triadic Colors of #ca67d7

#ca67d7 #d7ca67 #67d7ca

Analogous Colors of #ca67d7

#ca67d7 #d767ac #9267d7

Monochromatic Colors of #ca67d7

#ca67d7

Complementary Color

#ca67d7 #74d767

#ca67d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca67d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca67d7 Color CSS Codes

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

#ca67d7 Text Font Color

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

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


#ca67d7 Background Color

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

This div background color is #ca67d7


#ca67d7 Border Color

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

This div border color is #ca67d7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,103,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca67d7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca67d7;
  -webkit-box-shadow: 1px 1px 3px 2px #ca67d7;
  box-shadow:         1px 1px 3px 2px #ca67d7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,103,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca67d7


Comments

No comments written yet.

Please login to write comment.